From: Eli Zaretskii Date: Tue, 14 Oct 2008 11:45:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~2491 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6fa4e7f5d721ccb7ee80fd6f74808618727cecc3;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 6a89758c757..3629c66526b 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1045,6 +1045,7 @@ freetype library, giving access to a wider range of font formats. ** `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.