aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu2014-11-20 02:18:01 +0800
committerLeo Liu2014-11-20 02:18:01 +0800
commit9c2c15edb5ed90342695a1392b992c75ff9bc4b0 (patch)
tree34dc65b143df35f282e0ad4c1436bf9b4c96c5d2
parente25e7693cd6d203a4e6e7cdb86db0f09d6426e24 (diff)
downloademacs-9c2c15edb5ed90342695a1392b992c75ff9bc4b0.tar.gz
emacs-9c2c15edb5ed90342695a1392b992c75ff9bc4b0.zip
Add NEWS entry for define-advice
* NEWS: Mention new macro define-advice.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index ed8c345eef5..d57190fce01 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-11-19 Leo Liu <sdl.web@gmail.com>
2
3 * NEWS: Mention new macro define-advice.
4
12014-11-17 Paul Eggert <eggert@cs.ucla.edu> 52014-11-17 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Improve time stamp handling, and be more consistent about it. 7 Improve time stamp handling, and be more consistent about it.
diff --git a/etc/NEWS b/etc/NEWS
index c319a09b432..769d2c6fd3b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,6 +65,9 @@ have the equivalent of a primary selection.
65+++ 65+++
66** terpri gets an optional arg ENSURE to conditionally output a newline. 66** terpri gets an optional arg ENSURE to conditionally output a newline.
67 67
68+++
69** New macro `define-advice'.
70
68** `insert-register' now leaves point after the inserted text 71** `insert-register' now leaves point after the inserted text
69when called interactively. A prefix argument toggles this behavior. 72when called interactively. A prefix argument toggles this behavior.
70 73