diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-21 19:35:45 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-21 19:35:45 +0000 |
commit | 276f10b7590f068ca926e79af900c7e1bad7e7af (patch) | |
tree | 87f610a521b46edc5422724b66fac6711495931f /lisp/finder.el | |
parent | 7fae72ef7e8f31e1456b13cbb36e3015f79217a0 (diff) | |
download | emacs-276f10b7590f068ca926e79af900c7e1bad7e7af.tar.gz |
(finder-no-scan-regexp): Add ldefs-boot.el
Diffstat (limited to 'lisp/finder.el')
-rw-r--r-- | lisp/finder.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/finder.el b/lisp/finder.el index bf3caeb014e..cb51217192b 100644 --- a/lisp/finder.el +++ b/lisp/finder.el @@ -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") |