comparison etc/NEWS @ 98688:19eaf7a7f803

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 13 Oct 2008 11:24:22 +0000
parents 0cd084657709
children 6d37ed9d93e0
comparison
equal deleted inserted replaced
98687:eaf07c77b37b 98688:19eaf7a7f803
1039 * Incompatible Lisp Changes in Emacs 23.1 1039 * Incompatible Lisp Changes in Emacs 23.1
1040 1040
1041 +++ 1041 +++
1042 ** Variables cannot be both buffer-local and frame-local any more. 1042 ** Variables cannot be both buffer-local and frame-local any more.
1043 1043
1044 +++
1044 ** `functionp' returns nil for special forms. 1045 ** `functionp' returns nil for special forms.
1045 I.e., it only returns t for objects that can be passed to `funcall'. 1046 I.e., it only returns t for objects that can be passed to `funcall'.
1046 1047
1047 ** The behavior of map-char-table has changed. It may call the 1048 ** The behavior of map-char-table has changed. It may call the
1048 specified function with a cons (FROM . TO) as a key if characters in 1049 specified function with a cons (FROM . TO) as a key if characters in