From 8c361c0c7316eb80a49b2d7b856ada1319fe4121 Mon Sep 17 00:00:00 2001 From: Mike Kupfer Date: Wed, 7 Mar 2018 22:59:14 -0800 Subject: [PATCH] * lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous. --- lisp/mh-e/mh-utils.el | 1 + 1 file changed, 1 insertion(+) 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")))) -- 2.39.2