Mercurial > hg > xemacs-beta
changeset 3431:38d1f63a6b1f
[xemacs-hg @ 2006-05-29 21:25:48 by james]
Only write one autoload file per package. <m3y7wrji2b.fsf@jerrypc.cs.usu.edu>
author | james |
---|---|
date | Mon, 29 May 2006 21:25:49 +0000 |
parents | e3bd664b1ccc |
children | 19303e5282eb |
files | lisp/ChangeLog lisp/autoload.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun May 28 21:50:46 2006 +0000 +++ b/lisp/ChangeLog Mon May 29 21:25:49 2006 +0000 @@ -1,3 +1,8 @@ +2006-05-24 Jerry James <james@xemacs.org> + + * autoload.el (batch-update-autoloads): Only write to + generated-autoload-file. + 2006-05-23 Stephen J. Turnbull <stephen@xemacs.org> * code-cmds.el: Update FSF copyright; improve header comment.
--- a/lisp/autoload.el Sun May 28 21:50:46 2006 +0000 +++ b/lisp/autoload.el Mon May 29 21:25:49 2006 +0000 @@ -1154,7 +1154,8 @@ on the command line." (unless noninteractive (error "batch-update-autoloads is to be used only with -batch")) - (update-autoload-files command-line-args-left autoload-feature-prefix nil t) + (update-autoload-files command-line-args-left autoload-feature-prefix + generated-autoload-file t) (kill-emacs 0)) ;; Declare obsolescence