]> git.eshelyaron.com Git - emacs.git/commitdiff
Document save-restriction fix.
authorMiles Bader <miles@gnu.org>
Fri, 18 Aug 2000 01:05:05 +0000 (01:05 +0000)
committerMiles Bader <miles@gnu.org>
Fri, 18 Aug 2000 01:05:05 +0000 (01:05 +0000)
etc/NEWS

index 2a01623a5922cc6c132a3712bcc11ce7345c5c46..598276c18646547a190cbc8b1c855b845ded3b3e 100644 (file)
--- 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