From: Eli Zaretskii Date: Sat, 10 Jan 2009 12:55:43 +0000 (+0000) Subject: Mention inhibit-null-byte-detection. X-Git-Tag: emacs-pretest-23.0.90~568 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0caa7fb777f5fde3bc71c403283db2d7c36f78d;p=emacs.git Mention inhibit-null-byte-detection. --- diff --git a/etc/NEWS b/etc/NEWS index a4687771398..8824ca88992 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1562,6 +1562,12 @@ conversion should go. 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.