diff --git a/etc/ChangeLog b/etc/ChangeLog index edec0dd2c13..60f9edbc6ce 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-08-29 Leo Liu + + * NEWS: Mention (:append FUN) to minibuffer-with-setup-hook. + 2014-08-29 Eli Zaretskii * NEWS: Mention w32-collate-ignore-punctuation. diff --git a/etc/NEWS b/etc/NEWS index c82f2b976ff..7b2ee186e95 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -103,6 +103,9 @@ performance improvements when pasting large amounts of text. ** New font-lock functions font-lock-ensure and font-lock-flush, which should be used instead of font-lock-fontify-buffer when called from Elisp. +** Macro `minibuffer-with-setup-hook' takes (:append FUN) to mean +appending FUN to `minibuffer-setup-hook'. + ** Calendar and diary +++