comparison etc/NEWS @ 32466:90886fd49673

*** empty log message ***
author Dave Love <fx@gnu.org>
date Fri, 13 Oct 2000 17:32:16 +0000
parents 355b97042e28
children 03ea9c0d24d1
comparison
equal deleted inserted replaced
32465:355b97042e28 32466:90886fd49673
1772 1772
1773 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, 1773 * Lisp changes made after edition 2.6 of the Emacs Lisp Manual,
1774 (Display-related features are described in a page of their own below.) 1774 (Display-related features are described in a page of their own below.)
1775 1775
1776 +++ 1776 +++
1777 ** The treatment of non-ACSII characters in search ranges has changed. 1777 ** The treatment of non-ASCII characters in search ranges has changed.
1778 If a range in a regular expression or the arg of 1778 If a range in a regular expression or the arg of
1779 skip-chars-forward/backward starts with a unibyte character C and ends 1779 skip-chars-forward/backward starts with a unibyte character C and ends
1780 with a multibyte character C2, the range is divided into two: one is 1780 with a multibyte character C2, the range is divided into two: one is
1781 C..?\377, the other is C1..C2, where C1 is the first character of C2's 1781 C..?\377, the other is C1..C2, where C1 is the first character of C2's
1782 charset. 1782 charset.