diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1562,6 +1562,12 @@ conversion should go. | |||
| 1562 | have an optional 4th argument specifying a buffer to store the result | 1562 | have an optional 4th argument specifying a buffer to store the result |
| 1563 | of conversion. | 1563 | of conversion. |
| 1564 | 1564 | ||
| 1565 | +++ | ||
| 1566 | *** The new variable `inhibit-null-byte-detection' controls whether to | ||
| 1567 | consider text with null bytes as binary data. By default, it is | ||
| 1568 | `nil', and Emacs uses `no-conversion' for any text containing null | ||
| 1569 | bytes. | ||
| 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 | ||