Mercurial > emacs
diff etc/NEWS @ 35125:95799f3353e7
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 08 Jan 2001 13:19:18 +0000 |
parents | b876bd6bde9e |
children | a201a118a373 |
line wrap: on
line diff
--- a/etc/NEWS Mon Jan 08 13:18:43 2001 +0000 +++ b/etc/NEWS Mon Jan 08 13:19:18 2001 +0000 @@ -2105,6 +2105,11 @@ * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** The new hook `kbd-macro-termination-hook' is run at the end of of +function execute-kbd-macro. Functions on this hook are called with no +args. The hook is run independent of how the macro was terminated +(signal or normal termination). + +++ ** Functions `butlast' and `nbutlast' for removing trailing elements from a list are now available without requiring the CL package.