diff options
| author | Glenn Morris | 2016-01-06 23:35:53 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-01-06 23:35:53 -0800 |
| commit | a0b7842700dfa3c730a1aed5fefa222c0f84605f (patch) | |
| tree | 118bb21419c580092075af71f39f226ab173d4b1 | |
| parent | 3517db2d39fc5a95d478d906b11903a7d70e4873 (diff) | |
| download | emacs-a0b7842700dfa3c730a1aed5fefa222c0f84605f.tar.gz emacs-a0b7842700dfa3c730a1aed5fefa222c0f84605f.zip | |
; * lisp/emacs-lisp/autoload.el update-directory-autoloads): Fix typo in previous.
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 868 | (let ((no-autoloads-time (or last-time '(0 0 0 0))) file-time) | 868 | (let ((no-autoloads-time (or last-time '(0 0 0 0))) file-time) |
| 869 | (dolist (file files) | 869 | (dolist (file files) |
| 870 | (cond | 870 | (cond |
| 871 | ((member (expand-file-name file) autoload-excludes nil)) | 871 | ((member (expand-file-name file) autoload-excludes) nil) |
| 872 | ;; Passing nil as second argument forces | 872 | ;; Passing nil as second argument forces |
| 873 | ;; autoload-generate-file-autoloads to look for the right | 873 | ;; autoload-generate-file-autoloads to look for the right |
| 874 | ;; spot where to insert each autoloads section. | 874 | ;; spot where to insert each autoloads section. |