Mercurial > emacs
changeset 101055:b7431d2f12cb
Mention inhibit-null-byte-detection.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 10 Jan 2009 12:55:43 +0000 |
parents | e2baf04d1abe |
children | bc5b4c7423f5 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Sat Jan 10 12:55:24 2009 +0000 +++ b/etc/NEWS Sat Jan 10 12:55:43 2009 +0000 @@ -1562,6 +1562,12 @@ have an optional 4th argument specifying a buffer to store the result of conversion. ++++ +*** The new variable `inhibit-null-byte-detection' controls whether to +consider text with null bytes as binary data. By default, it is +`nil', and Emacs uses `no-conversion' for any text containing null +bytes. + --- *** The functions `set-coding-priority' and `make-coding-system' are obsolete.