comparison etc/NEWS @ 93826:76b4fbf19628

Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 07 Apr 2008 17:03:42 +0000
parents ac3c073bf1c2
children 76ae02bd0072
comparison
equal deleted inserted replaced
93825:f0bcbdcf1d54 93826:76b4fbf19628
660 for the list of extra keys that are available. 660 for the list of extra keys that are available.
661 661
662 * Incompatible Lisp Changes in Emacs 23.1 662 * Incompatible Lisp Changes in Emacs 23.1
663 663
664 ** `functionp' returns nil for special forms. 664 ** `functionp' returns nil for special forms.
665 I.e., it only returns t for objects that can be passed `funcall'. 665 I.e., it only returns t for objects that can be passed to `funcall'.
666 666
667 +++ 667 +++
668 ** The multibyteness of process filters is determined by the coding-system 668 ** The multibyteness of process filters is determined by the coding-system
669 used for decoding. The functions `process-filter-multibyte-p' and 669 used for decoding. The functions `process-filter-multibyte-p' and
670 `set-process-filter-multibyte' are obsolete. 670 `set-process-filter-multibyte' are obsolete.