aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorKim F. Storm2003-02-13 13:15:29 +0000
committerKim F. Storm2003-02-13 13:15:29 +0000
commitb23375aa0eb9be6957dc20c70b1fa5f8744109af (patch)
tree53fee0c0e92dbfa0f4feb030d03218e409d0d2f9 /etc
parent37cd423857a5ca70550c59f932fdb7e2f1f3e420 (diff)
downloademacs-b23375aa0eb9be6957dc20c70b1fa5f8744109af.tar.gz
emacs-b23375aa0eb9be6957dc20c70b1fa5f8744109af.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b15024d9a28..891412d675b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1173,6 +1173,11 @@ timing measurements of code (including the garbage collection component).
1173 1173
1174* Lisp Changes in Emacs 21.4 1174* Lisp Changes in Emacs 21.4
1175 1175
1176** The escape sequence \s is now interpreted as a SPACE character,
1177unless it is followed by a `-' in a character constant (e.g. ?\s-A),
1178in which case it is still interpreted as the super modifier.
1179In strings, \s is always interpreted as a space.
1180
1176** New function `set-process-filter-multibyte' sets the multibyteness 1181** New function `set-process-filter-multibyte' sets the multibyteness
1177of a string given to a process's filter. 1182of a string given to a process's filter.
1178 1183