diff options
| author | Glenn Morris | 2012-02-05 16:48:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-05 16:48:02 -0800 |
| commit | 866c1d22181fda6b0df3e9bf2c5f0bab9ee4a393 (patch) | |
| tree | f23ac6f559938bf73b06a9199b553a7be2902b8a /etc | |
| parent | 62106554e2e6aea790307c9f348246434928f4d5 (diff) | |
| download | emacs-866c1d22181fda6b0df3e9bf2c5f0bab9ee4a393.tar.gz emacs-866c1d22181fda6b0df3e9bf2c5f0bab9ee4a393.zip | |
Document yet more things that were never added to NEWS
* doc/lispref/control.texi (Handling Errors):
Mention condition-case-no-debug and with-demoted-errors.
* etc/NEWS: Related edits.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1244,7 +1244,9 @@ set of "wrapping" filters, similar to around advice. | |||
| 1244 | (A version of this macro was actually added in Emacs 23.2 but was not | 1244 | (A version of this macro was actually added in Emacs 23.2 but was not |
| 1245 | advertised at the time.) | 1245 | advertised at the time.) |
| 1246 | 1246 | ||
| 1247 | ** Macro `with-demoted-errors' was added in Emacs 23.1 but not advertised. | 1247 | +++ |
| 1248 | ** The macros `condition-case-no-debug' and `with-demoted-errors' were | ||
| 1249 | added in Emacs 23.1, but not advertised. | ||
| 1248 | 1250 | ||
| 1249 | +++ | 1251 | +++ |
| 1250 | ** The new function `server-eval-at' allows evaluation of Lisp forms on | 1252 | ** The new function `server-eval-at' allows evaluation of Lisp forms on |