aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2012-04-25 23:06:36 -0400
committerStefan Monnier2012-04-25 23:06:36 -0400
commit88ed9e87e565504e377ff3dfcdbacbbbeb382926 (patch)
tree607dc1be20d474389b4253174493d6b254695120 /etc
parent1a72be462423a71fa666a99854ccfaf422dfee96 (diff)
downloademacs-88ed9e87e565504e377ff3dfcdbacbbbeb382926.tar.gz
emacs-88ed9e87e565504e377ff3dfcdbacbbbeb382926.zip
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.
1052*** New function `special-variable-p' to check whether a variable is 1052*** New function `special-variable-p' to check whether a variable is
1053declared as dynamically bound. 1053declared 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.
1056Emacs Lisp developers can use this tool to write automated tests for 1058Emacs Lisp developers can use this tool to write automated tests for
1057their code. See the ERT info manual for details. 1059their code. See the ERT info manual for details.