Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 14 11:39:50 2008 +0000 +++ b/etc/NEWS Tue Oct 14 11:45:01 2008 +0000 @@ -1045,6 +1045,7 @@ ** `functionp' returns nil for special forms. I.e., it only returns t for objects that can be passed to `funcall'. ++++ ** The behavior of map-char-table has changed. It may call the specified function with a cons (FROM . TO) as a key if characters in that range have the same value.