Mercurial > hg > xemacs-beta
diff lisp/autoload.el @ 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 | 744de5f3f284 |
children | 1dabc28c10d0 |
line wrap: on
line diff
--- 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