Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2564:d96db265d893 | 2565:744de5f3f284 |
---|---|
1152 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'. | 1152 For example, invoke `xemacs -batch -f batch-update-autoloads *.el'. |
1153 The directory to which the auto-autoloads.el file must be the first parameter | 1153 The directory to which the auto-autoloads.el file must be the first parameter |
1154 on the command line." | 1154 on the command line." |
1155 (unless noninteractive | 1155 (unless noninteractive |
1156 (error "batch-update-autoloads is to be used only with -batch")) | 1156 (error "batch-update-autoloads is to be used only with -batch")) |
1157 (update-autoload-files command-line-args-left generated-autoload-file) | 1157 (update-autoload-files command-line-args-left autoload-feature-prefix nil t) |
1158 (kill-emacs 0)) | 1158 (kill-emacs 0)) |
1159 | 1159 |
1160 ;; Declare obsolescence | 1160 ;; Declare obsolescence |
1161 | 1161 |
1162 (make-obsolete-variable 'autoload-target-directory | 1162 (make-obsolete-variable 'autoload-target-directory |