From: Mike Kupfer Date: Thu, 8 Mar 2018 06:59:14 +0000 (-0800) Subject: * lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous. X-Git-Tag: emacs-27.0.90~5541 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c361c0c7316eb80a49b2d7b856ada1319fe4121;p=emacs.git * lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous. --- diff --git a/lisp/mh-e/mh-utils.el b/lisp/mh-e/mh-utils.el index 66d87262bc9..7bda0a68472 100644 --- a/lisp/mh-e/mh-utils.el +++ b/lisp/mh-e/mh-utils.el @@ -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"))))