aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-05 16:48:02 -0800
committerGlenn Morris2012-02-05 16:48:02 -0800
commit866c1d22181fda6b0df3e9bf2c5f0bab9ee4a393 (patch)
treef23ac6f559938bf73b06a9199b553a7be2902b8a /etc
parent62106554e2e6aea790307c9f348246434928f4d5 (diff)
downloademacs-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/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2cdfcf1dad4..136ff60fec3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
1245advertised at the time.) 1245advertised 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
1249added 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