Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5578:4a6f90020a59
Avoid redundant arglist information, #'make-autoload.
lisp/ChangeLog addition:
2011-10-04 Aidan Kehoe <kehoea@parhasard.net>
* autoload.el (make-autoload):
Don't add arglist info to the autoload form's docstring if the
arglist info is already there.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 04 Oct 2011 10:59:17 +0100 |
parents | 0b6e7ae1e78f |
children | 3e621ba12d36 |
comparison
equal
deleted
inserted
replaced
5577:0b6e7ae1e78f | 5578:4a6f90020a59 |
---|---|
1 2011-10-04 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * autoload.el (make-autoload): | |
4 Don't add arglist info to the autoload form's docstring if the | |
5 arglist info is already there. | |
6 | |
1 2011-10-04 Aidan Kehoe <kehoea@parhasard.net> | 7 2011-10-04 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 * bytecomp.el (byte-compile-funcall): | 9 * bytecomp.el (byte-compile-funcall): |
4 Correct a comment here, explaining why the optimizer doesn't | 10 Correct a comment here, explaining why the optimizer doesn't |
5 expand (funcall #'(lambda ...)) in some contexts with inline | 11 expand (funcall #'(lambda ...)) in some contexts with inline |