Variable: mh-find-path-run
mh-find-path-run is a variable defined in mh-utils.el.gz.
Value
nil
Documentation
Non-nil if mh-find-path has been run already.
Do not access this variable; mh-find-path already uses it to
avoid running more than once.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-utils.el.gz
;;; Read MH Profile
(defvar mh-find-path-run nil
"Non-nil if `mh-find-path' has been run already.
Do not access this variable; `mh-find-path' already uses it to
avoid running more than once.")