# HG changeset patch # User james # Date 1148937949 0 # Node ID 38d1f63a6b1fe0aa7a26238782b4af90a852bed2 # Parent e3bd664b1ccca5d52d274df8d45f461b35abe7de [xemacs-hg @ 2006-05-29 21:25:48 by james] Only write one autoload file per package. diff -r e3bd664b1ccc -r 38d1f63a6b1f lisp/ChangeLog --- 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 + + * autoload.el (batch-update-autoloads): Only write to + generated-autoload-file. + 2006-05-23 Stephen J. Turnbull * code-cmds.el: Update FSF copyright; improve header comment. diff -r e3bd664b1ccc -r 38d1f63a6b1f lisp/autoload.el --- 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