diff options
| author | Stefan Monnier | 2013-09-10 11:30:10 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-09-10 11:30:10 -0400 |
| commit | 8c27f5ff1df300aa313b1385442bc2374979f862 (patch) | |
| tree | 754505334854d6a6dcf18e62e69edf7da71f9775 /etc | |
| parent | c2a918ae6ed054c4c09483619f1599605cc140b4 (diff) | |
| download | emacs-8c27f5ff1df300aa313b1385442bc2374979f862.tar.gz emacs-8c27f5ff1df300aa313b1385442bc2374979f862.zip | |
* lisp/subr.el (with-demoted-errors): Add `format' argument.
* src/eval.c (Feval): Document the new use of `lexical'.
Diffstat (limited to 'etc')
| -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. | |||
| 617 | 617 | ||
| 618 | * Lisp Changes in Emacs 24.4 | 618 | * Lisp Changes in Emacs 24.4 |
| 619 | 619 | ||
| 620 | ** The second argument of `eval' can now be a lexical-environment. | ||
| 621 | |||
| 622 | ** `with-demoted-errors' takes an additional argument `format'. | ||
| 620 | +++ | 623 | +++ |
| 621 | ** New function `define-error'. | 624 | ** New function `define-error'. |
| 622 | 625 | ||