Mercurial > emacs
changeset 49766:d0dedef2274e
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 13 Feb 2003 13:15:29 +0000 |
parents | ef3e82270e93 |
children | 4a50d348a2b1 |
files | etc/NEWS lispref/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Feb 13 12:44:57 2003 +0000 +++ b/etc/NEWS Thu Feb 13 13:15:29 2003 +0000 @@ -1173,6 +1173,11 @@ * Lisp Changes in Emacs 21.4 +** The escape sequence \s is now interpreted as a SPACE character, +unless it is followed by a `-' in a character constant (e.g. ?\s-A), +in which case it is still interpreted as the super modifier. +In strings, \s is always interpreted as a space. + ** New function `set-process-filter-multibyte' sets the multibyteness of a string given to a process's filter.
--- a/lispref/ChangeLog Thu Feb 13 12:44:57 2003 +0000 +++ b/lispref/ChangeLog Thu Feb 13 13:15:29 2003 +0000 @@ -1,3 +1,7 @@ +2003-02-13 Kim F. Storm <storm@cua.dk> + + * objects.texi (Character Type): New \s escape for space. + 2003-01-31 Joe Buehler <jhpb@draco.hekimian.com> * os.texi (System Environment): Added cygwin system-type.