diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-21 19:35:59 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-21 19:35:59 +0000 |
commit | 7f46ab488b096e3058e4a40bd1747eb51d1d7afa (patch) | |
tree | ee35308ddeed78566b55681d2c7f8e975733cc0c /lisp/cus-dep.el | |
parent | 86302bdc46803e41b030d7cd8da995ecff6cb971 (diff) | |
download | emacs-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.el | 2 |
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") |