diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -1052,6 +1052,8 @@ So do `defcustom' and other forms that call `defvar' as a subroutine. | |||
| 1052 | *** New function `special-variable-p' to check whether a variable is | 1052 | *** New function `special-variable-p' to check whether a variable is |
| 1053 | declared as dynamically bound. | 1053 | declared as dynamically bound. |
| 1054 | 1054 | ||
| 1055 | *** The form ((lambda ...) ...) is deprecated. | ||
| 1056 | |||
| 1055 | ** An Emacs Lisp testing tool is now included. | 1057 | ** An Emacs Lisp testing tool is now included. |
| 1056 | Emacs Lisp developers can use this tool to write automated tests for | 1058 | Emacs Lisp developers can use this tool to write automated tests for |
| 1057 | their code. See the ERT info manual for details. | 1059 | their code. See the ERT info manual for details. |