]> git.eshelyaron.com Git - emacs.git/commit
Use the full name of the null byte/character, not its abbreviation
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 5 Oct 2020 17:59:00 +0000 (19:59 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Mon, 5 Oct 2020 18:19:59 +0000 (20:19 +0200)
commita9f147af716aa026ec7778202901c4cb4bd5487d
tree221b3d26599d09f5af906d15544ebeb8ed788028
parent0a5a1adab986de39a147771b8f9aa21656ecc001
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.
40 files changed:
doc/lispref/files.texi
doc/lispref/nonascii.texi
doc/lispref/processes.texi
etc/NEWS
lisp/info.el
lisp/international/mule.el
lisp/subr.el
lisp/vc/vc-git.el
src/alloc.c
src/bidi.c
src/bignum.c
src/callint.c
src/coding.c
src/coding.h
src/dired.c
src/dispextern.h
src/doc.c
src/doprnt.c
src/editfns.c
src/emacs.c
src/fileio.c
src/filelock.c
src/fns.c
src/font.c
src/insdel.c
src/json.c
src/keyboard.c
src/lisp.h
src/module-env-25.h
src/sysdep.c
src/termcap.c
src/timefns.c
src/unexmacosx.c
src/w16select.c
src/w32.c
src/w32fns.c
src/w32proc.c
src/w32select.c
src/xdisp.c
src/xfont.c