aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-02-28 19:54:47 -0800
committerGlenn Morris2014-02-28 19:54:47 -0800
commit84fc911dcc037ad75a3aeaf12d2fbcf1f1df648b (patch)
treef6f95067c269316e6aedb7a8daffef756833bdaa /etc
parent3a6e15dd6fd89a4fbffe706674e86e3303fd2e91 (diff)
downloademacs-84fc911dcc037ad75a3aeaf12d2fbcf1f1df648b.tar.gz
emacs-84fc911dcc037ad75a3aeaf12d2fbcf1f1df648b.zip
* lisp/subr.el (with-wrapper-hook): Tweak obsolescence message.
* lisp/simple.el: Remove mistaken FIXME comment. * etc/NEWS: Markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 157a505bfd6..b317d2be606 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1295,6 +1295,7 @@ This is like the old `eval-after-load', but better behaved.
1295*** `generic-make-keywords-list' 1295*** `generic-make-keywords-list'
1296*** `get-upcase-table' (use `case-table-get-table' instead). 1296*** `get-upcase-table' (use `case-table-get-table' instead).
1297 1297
1298+++
1298** `with-wrapper-hook' is obsoleted by `add-function'. 1299** `with-wrapper-hook' is obsoleted by `add-function'.
1299The few hooks that used with-wrapper-hook are replaced as follows: 1300The few hooks that used with-wrapper-hook are replaced as follows:
1300*** `abbrev-expand-function' obsoletes `abbrev-expand-functions'. 1301*** `abbrev-expand-function' obsoletes `abbrev-expand-functions'.