Mercurial > emacs
comparison lisp/cus-dep.el @ 96164:ecb510f4fdc4
(custom-dependencies-no-scan-regexp): Add ldefs-boot.el.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 21 Jun 2008 19:35:59 +0000 |
parents | 01af78339196 |
children | a9dc0e7c3f2b |
comparison
equal
deleted
inserted
replaced
96163:afc4aa03c2d5 | 96164:ecb510f4fdc4 |
---|---|
32 (defvar generated-custom-dependencies-file "cus-load.el" | 32 (defvar generated-custom-dependencies-file "cus-load.el" |
33 "Output file for `custom-make-dependencies'.") | 33 "Output file for `custom-make-dependencies'.") |
34 | 34 |
35 ;; See finder-no-scan-regexp in finder.el. | 35 ;; See finder-no-scan-regexp in finder.el. |
36 (defvar custom-dependencies-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|\ | 36 (defvar custom-dependencies-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|\ |
37 cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)" | 37 ldefs-boot\\|cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)" |
38 "Regexp matching file names not to scan for `custom-make-dependencies'.") | 38 "Regexp matching file names not to scan for `custom-make-dependencies'.") |
39 | 39 |
40 (autoload 'autoload-rubric "autoload") | 40 (autoload 'autoload-rubric "autoload") |
41 | 41 |
42 (defun custom-make-dependencies () | 42 (defun custom-make-dependencies () |