diff options
| author | Stefan Monnier | 2008-03-25 17:50:07 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-25 17:50:07 +0000 |
| commit | 4972c36128d52df96dbb441a2785247fffe419db (patch) | |
| tree | 5e730c5b420143f9b165f0fbb10e69227c43e9ef /etc | |
| parent | 5431bd6a789edd0ef05b5be0a1a33355849c164f (diff) | |
| download | emacs-4972c36128d52df96dbb441a2785247fffe419db.tar.gz emacs-4972c36128d52df96dbb441a2785247fffe419db.zip | |
(Decoding Output): Remove process-filter-multibyte functions.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -600,6 +600,10 @@ for the list of extra keys that are available. | |||
| 600 | 600 | ||
| 601 | * Incompatible Lisp Changes in Emacs 23.1 | 601 | * Incompatible Lisp Changes in Emacs 23.1 |
| 602 | 602 | ||
| 603 | ** The multibyteness of process filters is determined by the coding-system | ||
| 604 | used for decoding. The functions `process-filter-multibyte-p' and | ||
| 605 | `set-process-filter-multibyte' are obsolete. | ||
| 606 | |||
| 603 | ** The behavior of map-char-table has changed. It may call the | 607 | ** The behavior of map-char-table has changed. It may call the |
| 604 | specified function with a cons (FROM . TO) as a key if characters in | 608 | specified function with a cons (FROM . TO) as a key if characters in |
| 605 | that range have the same value. | 609 | that range have the same value. |