* lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.

This commit is contained in:
Mike Kupfer 2018-03-07 22:59:14 -08:00 committed by Glenn Morris
parent 2dc909c67b
commit 8c361c0c73

View file

@ -177,6 +177,7 @@ been set. This hook can be used the change the value of these
variables if you need to run with different values between MH and
MH-E."
(unless mh-find-path-run
(or mh-variant-in-use (mh-variant-set mh-variant))
;; Sanity checks.
(if (and (getenv "MH")
(not (file-readable-p (getenv "MH"))))