mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-05 11:49:37 +00:00
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 773) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-211
This commit is contained in:
commit
3a4336e6de
13 changed files with 113 additions and 50 deletions
|
@ -563,8 +563,9 @@ directory or directories specified."
|
|||
(defun batch-update-autoloads ()
|
||||
"Update loaddefs.el autoloads in batch mode.
|
||||
Calls `update-directory-autoloads' on the command line arguments."
|
||||
(apply 'update-directory-autoloads command-line-args-left)
|
||||
(setq command-line-args-left nil))
|
||||
(let ((args command-line-args-left))
|
||||
(setq command-line-args-left nil)
|
||||
(apply 'update-directory-autoloads args)))
|
||||
|
||||
(provide 'autoload)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue