aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-01-22 04:53:20 +0000
committerChong Yidong2009-01-22 04:53:20 +0000
commit70039c86fd36044b77dfaf40c01f4d8ce878be7a (patch)
treeab44143f68a8e9db355fd22a1e66151fdb9c0d1b
parent104a1c701bb8cfbde0f60c54b34c1423a958b43c (diff)
downloademacs-70039c86fd36044b77dfaf40c01f4d8ce878be7a.tar.gz
emacs-70039c86fd36044b77dfaf40c01f4d8ce878be7a.zip
Document write-region-annotate-functions changes.
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5564fe01f8e..13168722656 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -339,6 +339,14 @@ norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix,
339and swedish-alt-postfix. Use the versions without "alt-", which are 339and swedish-alt-postfix. Use the versions without "alt-", which are
340identical. 340identical.
341 341
342+++
343** If a function in write-region-annotate-functions returns with a
344different buffer current, Emacs no longer kills that buffer
345automatically. This behavior existed in previous versions of Emacs,
346but was undocumented. To kill a buffer after write-region, give the
347variable `write-region-post-annotation-function' a buffer-local value
348of `kill-buffer'.
349
342 350
343* Editing Changes in Emacs 23.1 351* Editing Changes in Emacs 23.1
344 352