Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 4352:d2f4dd8611d9
Factor out lists of operators specially treated by 'make-autoload'.
General idea approved by Mike Sperber, and tested in 21.4 by building JDE.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Sat, 22 Dec 2007 15:57:21 -0800 |
parents | 6b571dc4ba3f |
children | f5693b5f7f2d 6a17ac5da3c4 ef9eb714f0e4 ebb35ddea76a e214ff9f9507 |
comparison
equal
deleted
inserted
replaced
4351:bc3b9f61018e | 4352:d2f4dd8611d9 |
---|---|
1 2007-12-22 Stephen J. Turnbull <stephen@xemacs.org> | |
2 | |
3 Factor out lists of operators specially treated by `make-autoload'. | |
4 | |
5 * autoload.el (autoload-make-autoload-operators): New. | |
6 (autoload-make-autoload-complex-operators): New. | |
7 (make-autoload): Use them. | |
8 | |
1 2007-12-18 Mike Sperber <mike@xemacs.org> | 9 2007-12-18 Mike Sperber <mike@xemacs.org> |
2 | 10 |
3 * autoload.el (process-one-lisp-autoload): Insert <immediate> into | 11 * autoload.el (process-one-lisp-autoload): Insert <immediate> into |
4 the section header for immediate autoloads, to make sure the | 12 the section header for immediate autoloads, to make sure the |
5 upstream doesn't think there aren't any autoloads at all. | 13 upstream doesn't think there aren't any autoloads at all. |