Mercurial > emacs
comparison etc/NEWS @ 101342:ff042371b9ba
Document write-region-annotate-functions changes.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 22 Jan 2009 04:53:20 +0000 |
parents | 0afe93b070aa |
children | 48fbcd64ad79 |
comparison
equal
deleted
inserted
replaced
101341:235db5e6b83d | 101342:ff042371b9ba |
---|---|
336 not advertised: danish-alt-postfix, esperanto-alt-postfix, | 336 not advertised: danish-alt-postfix, esperanto-alt-postfix, |
337 finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, | 337 finnish-alt-postfix, german-alt-postfix, icelandic-alt-postfix, |
338 norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix, | 338 norwegian-alt-postfix, scandinavian-alt-postfix, spanish-alt-postfix, |
339 and swedish-alt-postfix. Use the versions without "alt-", which are | 339 and swedish-alt-postfix. Use the versions without "alt-", which are |
340 identical. | 340 identical. |
341 | |
342 +++ | |
343 ** If a function in write-region-annotate-functions returns with a | |
344 different buffer current, Emacs no longer kills that buffer | |
345 automatically. This behavior existed in previous versions of Emacs, | |
346 but was undocumented. To kill a buffer after write-region, give the | |
347 variable `write-region-post-annotation-function' a buffer-local value | |
348 of `kill-buffer'. | |
341 | 349 |
342 | 350 |
343 * Editing Changes in Emacs 23.1 | 351 * Editing Changes in Emacs 23.1 |
344 | 352 |
345 +++ | 353 +++ |