diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-04-25 23:06:36 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2012-04-25 23:06:36 -0400 |
commit | 88ed9e87e565504e377ff3dfcdbacbbbeb382926 (patch) | |
tree | 607dc1be20d474389b4253174493d6b254695120 /etc | |
parent | 1a72be462423a71fa666a99854ccfaf422dfee96 (diff) | |
download | emacs-88ed9e87e565504e377ff3dfcdbacbbbeb382926.tar.gz |
Deprecate the ((lambda ...) ...) form.
* doc/lispref/functions.texi (Simple Lambda, Argument List):
* doc/lispref/eval.texi (Function Indirection): Avoid deprecated form.
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. *** New function `special-variable-p' to check whether a variable is declared as dynamically bound. +*** The form ((lambda ...) ...) is deprecated. + ** An Emacs Lisp testing tool is now included. Emacs Lisp developers can use this tool to write automated tests for their code. See the ERT info manual for details. |