Function: ede-dirmatch-installed
ede-dirmatch-installed is a byte-compiled function defined in
auto.el.gz.
Signature
(ede-dirmatch-installed ARG &rest ARGS)
Implementations
(ede-dirmatch-installed (DIRMATCH ede-project-autoload-dirmatch)) in `ede/auto.el'.
Return non-nil if the tool DIRMATCH might match is installed on the system.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/auto.el.gz
(cl-defmethod ede-dirmatch-installed ((dirmatch ede-project-autoload-dirmatch))
"Return non-nil if the tool DIRMATCH might match is installed on the system."
(file-exists-p (ede-calc-fromconfig dirmatch)))