comparison lisp/ChangeLog @ 81590:ffabac9ec014

(autoload-generated-file): New function. (update-file-autoloads, update-directory-autoloads): Use it. (autoload-file-load-name): New function. (generate-file-autoloads, update-file-autoloads): Use it. (autoload-find-file): Accept non-absolute argument. Set default-dir. (generate-file-autoloads): If the autoloaded form is malformed, indicate the problem with a warning instead of aborting.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 23 Jun 2007 20:31:33 +0000
parents e10375900797
children 5255e07792ba
comparison
equal deleted inserted replaced
81589:cf8be6c6e026 81590:ffabac9ec014
1 2007-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (autoload-generated-file): New function.
4 (update-file-autoloads, update-directory-autoloads): Use it.
5 (autoload-file-load-name): New function.
6 (generate-file-autoloads, update-file-autoloads): Use it.
7 (autoload-find-file): Accept non-absolute argument. Set default-dir.
8 (generate-file-autoloads): If the autoloaded form is malformed,
9 indicate the problem with a warning instead of aborting.
10
1 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org> 11 2007-06-23 Thien-Thi Nguyen <ttn@gnuvola.org>
2 12
3 * simple.el (next-error-recenter): Accept `(4)' as well; 13 * simple.el (next-error-recenter): Accept `(4)' as well;
4 also, specify `integer' instead of `number'. 14 also, specify `integer' instead of `number'.
5 15