summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2012-04-25 23:06:36 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-04-25 23:06:36 -0400
commit88ed9e87e565504e377ff3dfcdbacbbbeb382926 (patch)
tree607dc1be20d474389b4253174493d6b254695120 /etc
parent1a72be462423a71fa666a99854ccfaf422dfee96 (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 68a4d57eff2..e87bcaec0f0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.