comparison etc/NEWS @ 49883:4fb79f65681e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 20 Feb 2003 12:49:07 +0000
parents 8cdcf1a04744
children 68ca3f7b109d
comparison
equal deleted inserted replaced
49882:3b81891b7703 49883:4fb79f65681e
1172 ** New package benchmark.el contains simple support for convenient 1172 ** New package benchmark.el contains simple support for convenient
1173 timing measurements of code (including the garbage collection component). 1173 timing measurements of code (including the garbage collection component).
1174 1174
1175 1175
1176 * Lisp Changes in Emacs 21.4 1176 * Lisp Changes in Emacs 21.4
1177
1178 ** `set-fontset-font', `fontset-info', `fontset-font' now operate on
1179 the default fontset if the argument NAME is nil..
1177 1180
1178 ** The escape sequence \s is now interpreted as a SPACE character, 1181 ** The escape sequence \s is now interpreted as a SPACE character,
1179 unless it is followed by a `-' in a character constant (e.g. ?\s-A), 1182 unless it is followed by a `-' in a character constant (e.g. ?\s-A),
1180 in which case it is still interpreted as the super modifier. 1183 in which case it is still interpreted as the super modifier.
1181 In strings, \s is always interpreted as a space. 1184 In strings, \s is always interpreted as a space.