emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] feature/gnus-select e371b8a 017/218: * lisp/mh-e/mh-utils.


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select e371b8a 017/218: * lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.
Date: Fri, 14 Dec 2018 03:34:47 -0500 (EST)

branch: feature/gnus-select
commit e371b8a609fe4def422cc4c9120ff592bef3dc06
Author: Mike Kupfer <address@hidden>
Commit: Andrew G Cohen <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]