summaryrefslogtreecommitdiff
path: root/lisp/cus-dep.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-21 19:35:59 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-21 19:35:59 +0000
commit7f46ab488b096e3058e4a40bd1747eb51d1d7afa (patch)
treeee35308ddeed78566b55681d2c7f8e975733cc0c /lisp/cus-dep.el
parent86302bdc46803e41b030d7cd8da995ecff6cb971 (diff)
downloademacs-7f46ab488b096e3058e4a40bd1747eb51d1d7afa.tar.gz
(custom-dependencies-no-scan-regexp): Add ldefs-boot.el.
Diffstat (limited to 'lisp/cus-dep.el')
-rw-r--r--lisp/cus-dep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-dep.el b/lisp/cus-dep.el
index bdae3895a6a..e49d86a9ecd 100644
--- a/lisp/cus-dep.el
+++ b/lisp/cus-dep.el
@@ -34,7 +34,7 @@
;; See finder-no-scan-regexp in finder.el.
(defvar custom-dependencies-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|\
-cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
+ldefs-boot\\|cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
"Regexp matching file names not to scan for `custom-make-dependencies'.")
(autoload 'autoload-rubric "autoload")