Mercurial > emacs
changeset 98706:6d37ed9d93e0
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 14 Oct 2008 11:45:01 +0000 |
parents | af39dbfa0fda |
children | 9a09eaf25d36 |
files | etc/NEWS |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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.