comparison etc/NEWS @ 98706:6d37ed9d93e0

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Tue, 14 Oct 2008 11:45:01 +0000
parents 19eaf7a7f803
children 0eb90719885e
comparison
equal deleted inserted replaced
98705:af39dbfa0fda 98706:6d37ed9d93e0
1043 1043
1044 +++ 1044 +++
1045 ** `functionp' returns nil for special forms. 1045 ** `functionp' returns nil for special forms.
1046 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'.
1047 1047
1048 +++
1048 ** The behavior of map-char-table has changed. It may call the 1049 ** The behavior of map-char-table has changed. It may call the
1049 specified function with a cons (FROM . TO) as a key if characters in 1050 specified function with a cons (FROM . TO) as a key if characters in
1050 that range have the same value. 1051 that range have the same value.
1051 1052
1052 ** Process changes 1053 ** Process changes