From: Miles Bader Date: Fri, 18 Aug 2000 01:05:05 +0000 (+0000) Subject: Document save-restriction fix. X-Git-Tag: emacs-pretest-21.0.90~2192 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85c7553632524a7ad549b83bb942111803dde9f4;p=emacs.git Document save-restriction fix. --- diff --git a/etc/NEWS b/etc/NEWS index 2a01623a592..598276c1864 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1511,6 +1511,11 @@ Note that +++ before an item means the Lisp manual has been updated. When you add a new item, please add it without either +++ or --- so I will know I still need to look at it -- rms. +*** The special form `save-restriction' now works correctly even if the +buffer is widened inside the save-restriction and changes made outside +the original restriction. Previously, doing this would cause the saved +restriction to be restored incorrectly. + *** The functions `find-charset-region' and `find-charset-string' include `eight-bit-control' and/or `eight-bit-graphic' in the returned list when it finds 8-bit characters. Previously, it included `ascii' in a