aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-01-10 12:55:43 +0000
committerEli Zaretskii2009-01-10 12:55:43 +0000
commitb0caa7fb777f5fde3bc71c403283db2d7c36f78d (patch)
treeeafdbd50de877db2057b7b4326367adf38742527
parent311a84c06b6ebca702475d69fba0406127b98e55 (diff)
downloademacs-b0caa7fb777f5fde3bc71c403283db2d7c36f78d.tar.gz
emacs-b0caa7fb777f5fde3bc71c403283db2d7c36f78d.zip
Mention inhibit-null-byte-detection.
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
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.
1562have an optional 4th argument specifying a buffer to store the result 1562have an optional 4th argument specifying a buffer to store the result
1563of conversion. 1563of conversion.
1564 1564
1565+++
1566*** The new variable `inhibit-null-byte-detection' controls whether to
1567consider text with null bytes as binary data. By default, it is
1568`nil', and Emacs uses `no-conversion' for any text containing null
1569bytes.
1570
1565--- 1571---
1566*** The functions `set-coding-priority' and `make-coding-system' are obsolete. 1572*** The functions `set-coding-priority' and `make-coding-system' are obsolete.
1567 1573