Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4793:8b50bee3c88c
Remove attempted support for 1996-era emacs without self-quoting keywords.
lisp/ChangeLog addition:
2009-12-19 Aidan Kehoe <kehoea@parhasard.net>
* cl-macs.el (cl-do-arglist):
* cl-compat.el (keyword-of):
Remove support in our generated code for emacs versions where
keywords are not self-quoting.
src/ChangeLog addition:
2009-12-19 Aidan Kehoe <kehoea@parhasard.net>
* symbols.c (reject_constant_symbols):
Indicate that accepting attempted modification of keywords is a
temporary thing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Sat, 19 Dec 2009 18:10:20 +0000 |
parents | e29fcfd8df5f |
children | 8484c6c76837 |
comparison
equal
deleted
inserted
replaced
4783:e29fcfd8df5f | 4793:8b50bee3c88c |
---|---|
1 2009-12-19 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-macs.el (cl-do-arglist): | |
4 * cl-compat.el (keyword-of): | |
5 Remove support in our generated code for emacs versions where | |
6 keywords are not self-quoting. | |
7 | |
1 2009-12-18 Aidan Kehoe <kehoea@parhasard.net> | 8 2009-12-18 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * alist.el (modify-alist): | 10 * alist.el (modify-alist): |
4 * autoload.el (update-autoload-files, autoload-print-form): | 11 * autoload.el (update-autoload-files, autoload-print-form): |
5 * bytecomp.el (batch-byte-compile-1) | 12 * bytecomp.el (batch-byte-compile-1) |