diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-09-10 11:30:10 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2013-09-10 11:30:10 -0400 |
commit | 8c27f5ff1df300aa313b1385442bc2374979f862 (patch) | |
tree | 754505334854d6a6dcf18e62e69edf7da71f9775 /etc/NEWS | |
parent | c2a918ae6ed054c4c09483619f1599605cc140b4 (diff) | |
download | emacs-8c27f5ff1df300aa313b1385442bc2374979f862.tar.gz |
* lisp/subr.el (with-demoted-errors): Add `format' argument.
* src/eval.c (Feval): Document the new use of `lexical'.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -617,6 +617,9 @@ in the presence of files with negative time stamps. * Lisp Changes in Emacs 24.4 +** The second argument of `eval' can now be a lexical-environment. + +** `with-demoted-errors' takes an additional argument `format'. +++ ** New function `define-error'. |