Merge remote-tracking branch 'savannah/master' into HEAD
This commit is contained in:
commit
d432cbeb27
66 changed files with 1466 additions and 315 deletions
|
@ -1049,7 +1049,7 @@ write its autoloads into the specified file instead."
|
|||
;; what is the suffix for the underlying OS.
|
||||
(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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue