Andreas Schwab
a9f147af71
Use the full name of the null byte/character, not its abbreviation
* lisp/subr.el (inhibit-nul-byte-detection): Make it an obsolete alias.
* src/coding.c (setup_coding_system): Use original name.
(detect_coding): Rename nul_byte_found => null_byte_found.
(detect_coding_system): Use original name.
Rename nul_byte_found => null_byte_found.
(Fdefine_coding_system_internal): Use original name.
(syms_of_coding): Rename inhibit-nul-byte-detection to
inhibit-null-byte-detection.
* src/w16select.c (get_clipboard_data): Rename nul_char to null_char.
* src/json.c (check_string_without_embedded_nulls): Rename from
check_string_without_embedded_nuls.
(Fjson_parse_string): Adjust accordingly.
* src/coding.h (enum define_coding_undecided_arg_index)
(enum coding_attr_index): Rename ...nul_byte... to ...null_byte....
* lisp/info.el (info-insert-file-contents, Info-insert-dir):
* lisp/international/mule.el (define-coding-system):
* lisp/vc/vc-git.el (vc-git--call):
* doc/lispref/nonascii.texi (Lisp and Coding Systems): Use original name.
2020-10-05 20:19:59 +02:00
..
2020-09-06 16:56:54 +02:00
2020-09-13 17:25:08 +02:00
2020-09-15 14:56:10 +02:00
2020-08-20 22:23:35 +02:00
2020-08-18 12:10:29 +02:00
2020-09-06 16:56:54 +02:00
2020-09-13 14:58:24 +02:00
2020-09-17 11:13:54 +02:00
2020-05-16 15:41:29 +02:00
2020-09-06 16:56:54 +02:00
2020-09-06 16:56:54 +02:00
2020-09-06 23:19:43 +02:00
2020-10-02 13:29:45 +02:00
2020-09-06 23:19:43 +02:00
2020-06-15 08:56:11 +02:00
2020-08-20 17:18:46 +02:00
2020-09-18 11:53:32 -04:00
2020-09-05 00:16:39 +03:00
2020-10-05 20:19:59 +02:00
2020-08-09 14:35:26 +02:00
2020-08-14 13:07:26 +02:00
2020-08-14 13:07:26 +02:00
2020-04-16 12:14:38 +02:00
2020-08-09 21:48:37 +02:00
2020-06-15 08:56:11 +02:00
2020-10-05 08:50:16 +02:00