]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge remote-tracking branch 'savannah/master' into HEAD
authorAndrea Corallo <akrl@sdf.org>
Thu, 16 Apr 2020 16:35:35 +0000 (17:35 +0100)
committerAndrea Corallo <akrl@sdf.org>
Thu, 16 Apr 2020 16:35:35 +0000 (17:35 +0100)
1  2 
configure.ac
lisp/emacs-lisp/autoload.el
lisp/help-fns.el

diff --cc configure.ac
Simple merge
index d9a43c23299e8f7fdd6d6190dc1ef1c94d5c0750,ede4edcd57e5d88ed246e6c32361f8dc79605c1d..d9da36586ceb114f838d77001b4e609fabc470ad
@@@ -1047,9 -1045,9 +1047,9 @@@ write its autoloads into the specified 
                         ;; 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\\|eln\\|so\\|dll\\)" suf)
                           (push suf tmp)))
-                      (concat "^[^=.].*" (regexp-opt tmp t) "\\'")))
+                      (concat "\\`[^=.].*" (regexp-opt tmp t) "\\'")))
         (files (apply #'nconc
                       (mapcar (lambda (dir)
                                 (directory-files (expand-file-name dir)
Simple merge