# HG changeset patch # User Glenn Morris # Date 1214076945 0 # Node ID afc4aa03c2d50cf0ce557e8144d4914cd70668eb # Parent 1d7703058b994fe5ad04274bf00a2ac330d04d5f (finder-no-scan-regexp): Add ldefs-boot.el diff -r 1d7703058b99 -r afc4aa03c2d5 lisp/finder.el --- 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")