diff options
| author | Glenn Morris | 2012-10-27 18:55:40 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-10-27 18:55:40 -0700 |
| commit | 3c0c6155a1ba0179e4099348727ba3243df73be6 (patch) | |
| tree | 8ff89e89583fafe5357f0fda8ade421db28c6f87 /doc/misc/ChangeLog | |
| parent | 82b2101791236f7f0b5ee8a39fb05ab0d5e7834f (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-10-27 Glenn Morris <rgm@gnu.org> | 7 | 2012-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. |