; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous.

This commit is contained in:
Glenn Morris 2016-01-06 23:35:53 -08:00
parent 3517db2d39
commit a0b7842700

View file

@ -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.