emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 8c361c0 2/3: * lisp/mh-e/mh-utils.el (mh-find-path)


From: Glenn Morris
Subject: [Emacs-diffs] master 8c361c0 2/3: * lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.
Date: Thu, 8 Mar 2018 02:01:28 -0500 (EST)

branch: master
commit 8c361c0c7316eb80a49b2d7b856ada1319fe4121
Author: Mike Kupfer <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 66d8726..7bda0a6 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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]