diff options
| author | Chong Yidong <cyd@stupidchicken.com> | 2008-10-11 17:37:12 +0000 |
|---|---|---|
| committer | Chong Yidong <cyd@stupidchicken.com> | 2008-10-11 17:37:12 +0000 |
| commit | dd4c0a92b7c69f18873687fd082272c65b27dab6 (patch) | |
| tree | f8e417a5931e61ccd51f9592c54ba799418225cf | |
| parent | ea146ed84a034cdd601178a183b631fa6757a911 (diff) | |
| download | emacs-dd4c0a92b7c69f18873687fd082272c65b27dab6.tar.gz | |
Documented clone-indirect-buffer and kill-matching-buffers.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -483,6 +483,7 @@ called with a prefix and the default directory is a remote file name. This is because some file name handlers (like ange-ftp) are not able to run processes remotely. ++++ *** The new command kill-matching-buffers kills buffers whose name matches a regexp. @@ -1129,6 +1130,7 @@ like this: (foo bar) ((debug error) nil)) ++++ ** clone-indirect-buffer now runs the clone-indirect-buffer-hook. ** `beginning-of-defun-function' now takes one argument, the count |
