aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2008-02-25 19:09:22 +0000
committerStefan Monnier2008-02-25 19:09:22 +0000
commit13cda5f9e546fa6e8fcd5bd76fff43506da95863 (patch)
tree3a384cbd6a71dcbb9c5a53c96930a28362a2c58b /etc
parentd6d61574551949db41692244863d457482d3dc61 (diff)
downloademacs-13cda5f9e546fa6e8fcd5bd76fff43506da95863.tar.gz
emacs-13cda5f9e546fa6e8fcd5bd76fff43506da95863.zip
(Fbuffer_swap_text): New function.
(syms_of_buffer): Defsubr it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2fda67c1fc9..da00a9cc2bc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -597,6 +597,9 @@ functions and variables (formerly used for Tamil script).
597 597
598* Lisp Changes in Emacs 23.1 598* Lisp Changes in Emacs 23.1
599 599
600** The new `buffer-swap-text' function can swap the text between two buffers.
601This can be useful for modes such as tar-mode, archive-mode, RMAIL.
602
600** `clear-image-cache' can be told to flush only images of a specific file. 603** `clear-image-cache' can be told to flush only images of a specific file.
601 604
602** clone-indirect-buffer now runs the clone-indirect-buffer-hook. 605** clone-indirect-buffer now runs the clone-indirect-buffer-hook.