emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 62f2684: * lisp/emacs-lisp/autoload.el (update-di


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 62f2684: * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.
Date: Wed, 19 Oct 2016 08:00:01 +0000 (UTC)

branch: emacs-25
commit 62f268414c1a04235b34befe3ad103cecec72382
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.
---
 lisp/emacs-lisp/autoload.el |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index d4b9479..883a38a 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -770,8 +770,7 @@ write its autoloads into the specified file instead."
                        ;; we don't want to depend on whether Emacs was
                        ;; built with or without modules support, nor
                        ;; what is the suffix for the underlying OS.
-                      (unless (string-match "\\.\\(elc\\|\\so\\|dll\\)\\'"
-                                             suf)
+                      (unless (string-match "\\.\\(elc\\|\\so\\|dll\\)" suf)
                          (push suf tmp)))
                      (concat "^[^=.].*" (regexp-opt tmp t) "\\'")))
         (files (apply 'nconc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]