diff options
| author | Stefan Monnier | 2008-02-25 19:09:22 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-02-25 19:09:22 +0000 |
| commit | 13cda5f9e546fa6e8fcd5bd76fff43506da95863 (patch) | |
| tree | 3a384cbd6a71dcbb9c5a53c96930a28362a2c58b /etc | |
| parent | d6d61574551949db41692244863d457482d3dc61 (diff) | |
| download | emacs-13cda5f9e546fa6e8fcd5bd76fff43506da95863.tar.gz emacs-13cda5f9e546fa6e8fcd5bd76fff43506da95863.zip | |
(Fbuffer_swap_text): New function.
(syms_of_buffer): Defsubr it.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -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. | ||
| 601 | This 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. |