Add NEWS entry for define-advice

* NEWS: Mention new macro define-advice.
This commit is contained in:
Leo Liu 2014-11-20 02:18:01 +08:00
parent e25e7693cd
commit 9c2c15edb5
2 changed files with 7 additions and 0 deletions

View 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.

View file

@ -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.