]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.
authorMike Kupfer <mkupfer@alum.berkeley.edu>
Thu, 8 Mar 2018 06:59:14 +0000 (22:59 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 8 Mar 2018 06:59:14 +0000 (22:59 -0800)
lisp/mh-e/mh-utils.el

index 66d87262bc9bf2bae086581bd3215955e66d0ae6..7bda0a684729bfde488b29459f4e8bc58d704c4e 100644 (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"))))