diff options
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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. |
| 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. |