diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -654,6 +654,9 @@ for the list of extra keys that are available. | |||
| 654 | 654 | ||
| 655 | * Incompatible Lisp Changes in Emacs 23.1 | 655 | * Incompatible Lisp Changes in Emacs 23.1 |
| 656 | 656 | ||
| 657 | ** `functionp' returns nil for special forms. | ||
| 658 | I.e. it only returns t for objects that can be passed `funcall'. | ||
| 659 | |||
| 657 | +++ | 660 | +++ |
| 658 | ** The multibyteness of process filters is determined by the coding-system | 661 | ** The multibyteness of process filters is determined by the coding-system |
| 659 | used for decoding. The functions `process-filter-multibyte-p' and | 662 | used for decoding. The functions `process-filter-multibyte-p' and |