mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(finder-no-scan-regexp): Add ldefs-boot.el
This commit is contained in:
parent
7fae72ef7e
commit
276f10b759
@ -127,8 +127,9 @@
|
||||
;; useful, and because in parallel builds of Emacs they may get
|
||||
;; modified while we are trying to read them.
|
||||
;; http://lists.gnu.org/archive/html/emacs-pretest-bug/2007-01/msg00469.html
|
||||
(defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|cus-load\\|\
|
||||
finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
|
||||
;; ldefs-boot is not auto-generated, but has nothing useful.
|
||||
(defvar finder-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|\
|
||||
cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
|
||||
"Regexp matching file names not to scan for keywords.")
|
||||
|
||||
(autoload 'autoload-rubric "autoload")
|
||||
|
Loading…
Reference in New Issue
Block a user