aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
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.
1045** `functionp' returns nil for special forms. 1045** `functionp' returns nil for special forms.
1046I.e., it only returns t for objects that can be passed to `funcall'. 1046I.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
1049specified function with a cons (FROM . TO) as a key if characters in 1050specified function with a cons (FROM . TO) as a key if characters in
1050that range have the same value. 1051that range have the same value.