Merge from origin/emacs-26
bd1d617
Avoid race in rcirc process filter (bug#33145)88ef31a
Avoid file-name errors when viewing PDF from Gnusc939042
Avoid crashes with remapped default face in Org mode97660fa
Doc fix for checkdoc-continue96f055b
Fix a typo in autoload.el
This commit is contained in:
commit
a9140091dd
5 changed files with 39 additions and 32 deletions
|
@ -1047,7 +1047,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
Add a link
Reference in a new issue