]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a typo in autoload.el
authorEli Zaretskii <eliz@gnu.org>
Thu, 1 Nov 2018 18:56:31 +0000 (20:56 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 1 Nov 2018 18:56:31 +0000 (20:56 +0200)
* lisp/emacs-lisp/autoload.el (update-directory-autoloads):
Remove stray backslashes.  (Bug#33231)

lisp/emacs-lisp/autoload.el

index 92ad6155b5392fe4209f42e80dec69f6695d8a21..a0ca0440fbbd5f2acb7961375b3454648c1dbc0c 100644 (file)
@@ -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