]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS: Mention (:append FUN) to minibuffer-with-setup-hook.
authorLeo Liu <sdl.web@gmail.com>
Fri, 29 Aug 2014 23:30:50 +0000 (07:30 +0800)
committerLeo Liu <sdl.web@gmail.com>
Fri, 29 Aug 2014 23:30:50 +0000 (07:30 +0800)
etc/ChangeLog
etc/NEWS

index edec0dd2c13ccdd13497612ff8c60c18a292fa07..60f9edbc6cee515f7d5ee76ad5b9b107139ea358 100644 (file)
@@ -1,3 +1,7 @@
+2014-08-29  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention (:append FUN) to minibuffer-with-setup-hook.
+
 2014-08-29  Eli Zaretskii  <eliz@gnu.org>
 
        * NEWS: Mention w32-collate-ignore-punctuation.
index c82f2b976ff26fbdf836b59e678a0b4c6751b69c..7b2ee186e952983c76ba542a604e50cc8df006b1 100644 (file)
--- 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
 
 +++