From: Glenn Morris Date: Sat, 21 Jun 2008 19:35:45 +0000 (+0000) Subject: (finder-no-scan-regexp): Add ldefs-boot.el X-Git-Tag: emacs-pretest-23.0.90~4600 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=276f10b7590f068ca926e79af900c7e1bad7e7af;p=emacs.git (finder-no-scan-regexp): Add ldefs-boot.el --- 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")