mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
*** empty log message ***
This commit is contained in:
parent
37cd423857
commit
b23375aa0e
5
etc/NEWS
5
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.
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user