diff options
| author | Glenn Morris | 2014-02-28 19:54:47 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-02-28 19:54:47 -0800 |
| commit | 84fc911dcc037ad75a3aeaf12d2fbcf1f1df648b (patch) | |
| tree | f6f95067c269316e6aedb7a8daffef756833bdaa /etc | |
| parent | 3a6e15dd6fd89a4fbffe706674e86e3303fd2e91 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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'. |
| 1299 | The few hooks that used with-wrapper-hook are replaced as follows: | 1300 | The 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'. |