Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4702:eb1a409c317b
Unbreak autoload.el
2009-09-28 Mike Sperber <mike@xemacs.org>
* autoload.el (make-autoload): Only try to add arguments to
documentation when the form actually allows it.
* cl-macs.el (cl-function-arglist): Add autoload; used in autoload.el.
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Mon, 28 Sep 2009 18:04:07 +0200 |
parents | 684f0ed6cd4f |
children | 7b90173970ad |
comparison
equal
deleted
inserted
replaced
4701:684f0ed6cd4f | 4702:eb1a409c317b |
---|---|
1 2009-09-28 Mike Sperber <mike@xemacs.org> | |
2 | |
3 * autoload.el (make-autoload): Only try to add arguments to | |
4 documentation when the form actually allows it. | |
5 | |
6 * cl-macs.el (cl-function-arglist): Add autoload; used in autoload.el. | |
7 | |
1 2009-09-27 Aidan Kehoe <kehoea@parhasard.net> | 8 2009-09-27 Aidan Kehoe <kehoea@parhasard.net> |
2 | 9 |
3 * cus-edit.el (custom-variable-prompt): | 10 * cus-edit.el (custom-variable-prompt): |
4 nil is a symbol, check that variable-at-point is non-nil before | 11 nil is a symbol, check that variable-at-point is non-nil before |
5 checking if it's a symbol when deciding on the prompt used in this | 12 checking if it's a symbol when deciding on the prompt used in this |