aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-10-27 18:55:40 -0700
committerGlenn Morris2012-10-27 18:55:40 -0700
commit3c0c6155a1ba0179e4099348727ba3243df73be6 (patch)
tree8ff89e89583fafe5357f0fda8ade421db28c6f87 /doc/misc/ChangeLog
parent82b2101791236f7f0b5ee8a39fb05ab0d5e7834f (diff)
downloademacs-3c0c6155a1ba0179e4099348727ba3243df73be6.tar.gz
emacs-3c0c6155a1ba0179e4099348727ba3243df73be6.zip
Start moving some cl.texi features to an Obsolete appendix
* doc/misc/cl.texi (Lexical Bindings): Move to appendix of obsolete features. (Porting Common Lisp): Emacs Lisp can do true lexical binding now. (Obsolete Features): New appendix. Move Lexical Bindings here.
Diffstat (limited to 'doc/misc/ChangeLog')
-rw-r--r--doc/misc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 24d8f1cee25..c5d084891f6 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,9 @@
12012-10-28 Glenn Morris <rgm@gnu.org>
2
3 * cl.texi (Lexical Bindings): Move to appendix of obsolete features.
4 (Porting Common Lisp): Emacs Lisp can do true lexical binding now.
5 (Obsolete Features): New appendix. Move Lexical Bindings here.
6
12012-10-27 Glenn Morris <rgm@gnu.org> 72012-10-27 Glenn Morris <rgm@gnu.org>
2 8
3 * cl.texi: Use defmac for macros rather than defspec. 9 * cl.texi: Use defmac for macros rather than defspec.