]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous.
authorGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 07:35:53 +0000 (23:35 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 7 Jan 2016 07:35:53 +0000 (23:35 -0800)
lisp/emacs-lisp/autoload.el

index 98b05a382aaede493260a773c54be6d6e5bddd54..33f50b341ba2427eea6e994ac2959d2b16806261 100644 (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.