Variable: custom-dependencies-no-scan-regexp

custom-dependencies-no-scan-regexp is a variable defined in cus-dep.el.gz.

Value

"\\(^\\.#\\|\\(loaddefs\\|ldefs-boot\\|cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"

Documentation

Regexp matching file names not to scan for custom-make-dependencies.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-dep.el.gz
;; See finder-no-scan-regexp in finder.el.
(defvar custom-dependencies-no-scan-regexp "\\(^\\.#\\|\\(loaddefs\\|\
ldefs-boot\\|cus-load\\|finder-inf\\|esh-groups\\|subdirs\\)\\.el$\\)"
  "Regexp matching file names not to scan for `custom-make-dependencies'.")