changeset 96163:afc4aa03c2d5

(finder-no-scan-regexp): Add ldefs-boot.el
author Glenn Morris <rgm@gnu.org>
date Sat, 21 Jun 2008 19:35:45 +0000
parents 1d7703058b99
children ecb510f4fdc4
files lisp/finder.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/finder.el	Sat Jun 21 19:33:21 2008 +0000
+++ b/lisp/finder.el	Sat Jun 21 19:35:45 2008 +0000
@@ -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")