mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* lisp/emacs-lisp/autoload.el (update-directory-autoloads): Fix last change.
This commit is contained in:
parent
b2f32e4c9a
commit
62f268414c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user