comparison 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
comparison
equal deleted inserted replaced
3430:e3bd664b1ccc 3431:38d1f63a6b1f
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 autoload-feature-prefix nil t) 1157 (update-autoload-files command-line-args-left autoload-feature-prefix
1158 generated-autoload-file t)
1158 (kill-emacs 0)) 1159 (kill-emacs 0))
1159 1160
1160 ;; Declare obsolescence 1161 ;; Declare obsolescence
1161 1162
1162 (make-obsolete-variable 'autoload-target-directory 1163 (make-obsolete-variable 'autoload-target-directory