From a0b7842700dfa3c730a1aed5fefa222c0f84605f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 6 Jan 2016 23:35:53 -0800 Subject: [PATCH] ; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous. --- lisp/emacs-lisp/autoload.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 98b05a382aa..33f50b341ba 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -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. -- 2.39.5