diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-02-12 02:25:10 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2008-02-12 02:25:10 +0000 |
commit | 64663f061c8c65472ea7f3d8cf27f9b3485e0f84 (patch) | |
tree | c461268bd3608a574622b10babd21cae563c1886 /etc | |
parent | 5a8d03e9b9407d033afb9d795003cff1ced52b7b (diff) | |
download | emacs-64663f061c8c65472ea7f3d8cf27f9b3485e0f84.tar.gz |
(clone-indirect-buffer-hook): New hook.
(clone-indirect-buffer): Run it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -482,6 +482,7 @@ Use `(format-mode-line mode-name)' to ensure a string value. * Lisp Changes in Emacs 23.1 +** clone-indirect-buffer now runs the clone-indirect-buffer-hook. ** `beginning-of-defun-function' now takes one argument, the count given to `beginning-of-defun'. |