Mercurial > emacs
comparison etc/NEWS @ 49766:d0dedef2274e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 13 Feb 2003 13:15:29 +0000 |
parents | 0f9474583892 |
children | 8cdcf1a04744 d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49765:ef3e82270e93 | 49766:d0dedef2274e |
---|---|
1170 ** New package benchmark.el contains simple support for convenient | 1170 ** New package benchmark.el contains simple support for convenient |
1171 timing measurements of code (including the garbage collection component). | 1171 timing measurements of code (including the garbage collection component). |
1172 | 1172 |
1173 | 1173 |
1174 * Lisp Changes in Emacs 21.4 | 1174 * Lisp Changes in Emacs 21.4 |
1175 | |
1176 ** The escape sequence \s is now interpreted as a SPACE character, | |
1177 unless it is followed by a `-' in a character constant (e.g. ?\s-A), | |
1178 in which case it is still interpreted as the super modifier. | |
1179 In strings, \s is always interpreted as a space. | |
1175 | 1180 |
1176 ** New function `set-process-filter-multibyte' sets the multibyteness | 1181 ** New function `set-process-filter-multibyte' sets the multibyteness |
1177 of a string given to a process's filter. | 1182 of a string given to a process's filter. |
1178 | 1183 |
1179 ** New function `process-filter-multibyte-p' returns t if | 1184 ** New function `process-filter-multibyte-p' returns t if |