]> git.eshelyaron.com Git - emacs.git/commitdiff
Add NEWS entry for define-advice
authorLeo Liu <sdl.web@gmail.com>
Wed, 19 Nov 2014 18:18:01 +0000 (02:18 +0800)
committerLeo Liu <sdl.web@gmail.com>
Wed, 19 Nov 2014 18:18:01 +0000 (02:18 +0800)
* NEWS: Mention new macro define-advice.

etc/ChangeLog
etc/NEWS

index ed8c345eef5b9b88bfda5cf65a6cacc010bee0de..d57190fce011055f473bdf1594e57ee344782fa2 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-19  Leo Liu  <sdl.web@gmail.com>
+
+       * NEWS: Mention new macro define-advice.
+
 2014-11-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        Improve time stamp handling, and be more consistent about it.
index c319a09b4325d57a8a4887a83d510820f6ee73b4..769d2c6fd3b8277c50f95a13ac93c47117349d63 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,9 @@ have the equivalent of a primary selection.
 +++
 ** terpri gets an optional arg ENSURE to conditionally output a newline.
 
++++
+** New macro `define-advice'.
+
 ** `insert-register' now leaves point after the inserted text
 when called interactively.  A prefix argument toggles this behavior.