From b23375aa0eb9be6957dc20c70b1fa5f8744109af Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Thu, 13 Feb 2003 13:15:29 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ lispref/ChangeLog | 4 ++++ 2 files changed, 9 insertions(+) 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). * 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 --git a/lispref/ChangeLog b/lispref/ChangeLog index 8f735ba3a99..987ea5e44ea 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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. -- 2.39.2