]> git.eshelyaron.com Git - emacs.git/commitdiff
(finder-no-scan-regexp): Add ldefs-boot.el
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 19:35:45 +0000 (19:35 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Jun 2008 19:35:45 +0000 (19:35 +0000)
lisp/finder.el

index bf3caeb014e3c1a11270cf8a9577ec1af1099d82..cb51217192b73cb7cc3ef596a14d37fcdae9b74b 100644 (file)
 ;; 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")