Merge from origin/emacs-27
a5f7c26907
(origin/emacs-27) * admin/authors.el: Add an author alias.d87a4d1f4e
Limit RLIMIT_NOFILE to FD_SETSIZE on macOSe5ca8e5e73
Fix Elisp manual entry on 'set-window-configuration'485f24223f
; Update ChangeLog.38f200254fb
; Update etc/AUTHORSc7adc851ad
* admin/authors.el: Add missing author aliases.4acdd7fe58
Fix edge case errors in filename-matching regexps5f36e21fe5
Clarify the doc string of 'yank'13301d4266
New function erc-track-switch-buffer-other-window38f7538d8f
New function erc-switch-to-buffer-other-window # Conflicts: # etc/NEWS
This commit is contained in:
commit
97e48510ad
48 changed files with 1324 additions and 170 deletions
|
@ -181,7 +181,9 @@ is specified by `semanticdb-default-save-directory'."
|
|||
"Load all semanticdb controlled EBROWSE caches."
|
||||
(interactive)
|
||||
(let ((f (directory-files semanticdb-default-save-directory
|
||||
t (concat semanticdb-ebrowse-default-file-name "-load.el$") t)))
|
||||
t (concat semanticdb-ebrowse-default-file-name
|
||||
"-load\\.el\\'")
|
||||
t)))
|
||||
(while f
|
||||
(load (car f) nil t)
|
||||
(setq f (cdr f)))
|
||||
|
|
|
@ -495,7 +495,7 @@ that start with that symbol."
|
|||
(setq tabs (cdr tabs)))
|
||||
r))
|
||||
(t
|
||||
(directory-files default-directory nil "\\.texi$"))
|
||||
(directory-files default-directory nil "\\.texi\\'"))
|
||||
)))
|
||||
|
||||
;; Turns out this might not be useful.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue