From 9c2c15edb5ed90342695a1392b992c75ff9bc4b0 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Thu, 20 Nov 2014 02:18:01 +0800 Subject: [PATCH] Add NEWS entry for define-advice * NEWS: Mention new macro define-advice. --- etc/ChangeLog | 4 ++++ etc/NEWS | 3 +++ 2 files changed, 7 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index ed8c345eef5..d57190fce01 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2014-11-19 Leo Liu + + * NEWS: Mention new macro define-advice. + 2014-11-17 Paul Eggert 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. +++ ** 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. -- 2.39.5