Mercurial > emacs
changeset 30933:3a89352a7dab
Document save-restriction fix.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 18 Aug 2000 01:05:05 +0000 |
parents | 80071f806f38 |
children | ce33e6835a31 |
files | etc/NEWS |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Aug 18 00:43:52 2000 +0000 +++ b/etc/NEWS Fri Aug 18 01:05:05 2000 +0000 @@ -1511,6 +1511,11 @@ 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