1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 13:10:37 -08:00
emacs/lisp/vc
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
..
add-log.el
compare-w.el
cvs-status.el
diff-mode.el Make diff--refine-hunk bug out less on broken patches 2020-09-13 17:25:08 +02:00
diff.el Check that the buffer in diff-buffer-with-file is visiting a file 2020-09-15 14:56:10 +02:00
ediff-diff.el
ediff-help.el
ediff-hook.el
ediff-init.el
ediff-merg.el
ediff-mult.el
ediff-ptch.el Revert "Use format-prompt in read-file-name calls that have a default" 2020-09-13 14:58:24 +02:00
ediff-util.el Remove pointless use of intern 2020-09-17 11:13:54 +02:00
ediff-vers.el
ediff-wind.el
ediff.el
emerge.el
log-edit.el Use format-prompt in read-string calls (that have default values) 2020-09-06 23:19:43 +02:00
log-view.el
pcvs-defs.el
pcvs-info.el
pcvs-parse.el
pcvs-util.el
pcvs.el ; Fix many typos in symbols in docs and comments 2020-10-02 13:29:45 +02:00
smerge-mode.el
vc-annotate.el Use format-prompt in read-string calls (that have default values) 2020-09-06 23:19:43 +02:00
vc-bzr.el
vc-cvs.el
vc-dav.el
vc-dir.el Save and restore point in ewoc-invalidate 2020-09-18 11:53:32 -04:00
vc-dispatcher.el
vc-filewise.el
vc-git.el Use the full name of the null byte/character, not its abbreviation 2020-10-05 20:19:59 +02:00
vc-hg.el
vc-hooks.el
vc-mtn.el
vc-rcs.el
vc-sccs.el
vc-src.el
vc-svn.el
vc.el Improve support for using vc commands in indirect buffers 2020-10-05 08:50:16 +02:00