mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
*** empty log message ***
This commit is contained in:
parent
37cd423857
commit
b23375aa0e
2 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue