# HG changeset patch # User Kim F. Storm # Date 1045142129 0 # Node ID d0dedef2274e01ca95e71934c2ccd6423ef0922c # Parent ef3e82270e934a5713bbf6823ca27f5e72646df6 *** empty log message *** diff -r ef3e82270e93 -r d0dedef2274e etc/NEWS --- 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. diff -r ef3e82270e93 -r d0dedef2274e lispref/ChangeLog --- 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 + + * objects.texi (Character Type): New \s escape for space. + 2003-01-31 Joe Buehler * os.texi (System Environment): Added cygwin system-type.