# HG changeset patch # User Richard M. Stallman # Date 1177863243 0 # Node ID 3a98262e152824a1b2e49f19a62ad1c598d27ce1 # Parent 4032ac18554284fed491848fa01a17ff0b4283f7 Delete duplicate change. diff -r 4032ac185542 -r 3a98262e1528 etc/NEWS --- a/etc/NEWS Sun Apr 29 16:08:14 2007 +0000 +++ b/etc/NEWS Sun Apr 29 16:14:03 2007 +0000 @@ -3463,25 +3463,6 @@ * Lisp Changes in Emacs 22.1 ** General Lisp changes: -*** New syntax: \s now stands for the SPACE character. - -`?\s' is a new way to write the space character. You must make sure -it is not followed by a dash, since `?\s-...' indicates the "super" -modifier. However, it would be strange to write a character constant -and a following symbol (beginning with `-') with no space between -them. - -`\s' stands for space in strings, too, but it is not really meant for -strings; it is easier and nicer just to write a space. - -*** New syntax: \uXXXX and \UXXXXXXXX specify Unicode code points in hex. - -For instance, you can use "\u0428" to specify a string consisting of -CYRILLIC CAPITAL LETTER SHA, or `"U0001D6E2" to specify one consisting -of MATHEMATICAL ITALIC CAPITAL ALPHA (the latter is greater than -#xFFFF and thus needs the longer syntax). - -This syntax works for both character constants and strings. *** New syntax: \s now stands for the SPACE character.