Fix a typo in autoload.el
* lisp/emacs-lisp/autoload.el (update-directory-autoloads): Remove stray backslashes. (Bug#33231)
This commit is contained in:
parent
d53a2b65db
commit
96f055bb4b
1 changed files with 1 additions and 1 deletions
|
@ -1034,7 +1034,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…
Add table
Reference in a new issue