Mercurial > hg > xemacs-beta
diff lisp/autoload.el @ 2565:744de5f3f284
[xemacs-hg @ 2005-02-04 03:57:33 by ben]
fix older autoload interface
autoload.el: Use correct parameters when invoking older interface.
author | ben |
---|---|
date | Fri, 04 Feb 2005 03:57:34 +0000 |
parents | c4c8a36043be |
children | 38d1f63a6b1f |
line wrap: on
line diff
--- a/lisp/autoload.el Fri Feb 04 03:04:06 2005 +0000 +++ b/lisp/autoload.el Fri Feb 04 03:57:34 2005 +0000 @@ -1154,7 +1154,7 @@ on the command line." (unless noninteractive (error "batch-update-autoloads is to be used only with -batch")) - (update-autoload-files command-line-args-left generated-autoload-file) + (update-autoload-files command-line-args-left autoload-feature-prefix nil t) (kill-emacs 0)) ;; Declare obsolescence