From: Eli Zaretskii Date: Wed, 19 Oct 2016 07:59:05 +0000 (+0300) Subject: * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change. X-Git-Tag: emacs-25.1.90~107 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62f268414c1a04235b34befe3ad103cecec72382;p=emacs.git * lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change. --- diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index d4b9479b752..883a38a4884 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