; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous.
This commit is contained in:
parent
3517db2d39
commit
a0b7842700
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ write its autoloads into the specified file instead."
|
|||
(let ((no-autoloads-time (or last-time '(0 0 0 0))) file-time)
|
||||
(dolist (file files)
|
||||
(cond
|
||||
((member (expand-file-name file) autoload-excludes nil))
|
||||
((member (expand-file-name file) autoload-excludes) nil)
|
||||
;; Passing nil as second argument forces
|
||||
;; autoload-generate-file-autoloads to look for the right
|
||||
;; spot where to insert each autoloads section.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue