(batch-update-autoloads): Call `update-directory-autoloads'.
This commit is contained in:
parent
df05087018
commit
375d5635f9
2 changed files with 8 additions and 3 deletions
|
@ -557,8 +557,8 @@ directory or directories specified."
|
|||
;;;###autoload
|
||||
(defun batch-update-autoloads ()
|
||||
"Update loaddefs.el autoloads in batch mode.
|
||||
Calls `update-autoloads-from-directories' on the command line arguments."
|
||||
(apply 'update-autoloads-from-directories command-line-args-left)
|
||||
Calls `update-directory-autoloads' on the command line arguments."
|
||||
(apply 'update-directory-autoloads command-line-args-left)
|
||||
(setq command-line-args-left nil))
|
||||
|
||||
(provide 'autoload)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue