aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/mh-e/mh-utils.el1
1 files changed, 1 insertions, 0 deletions
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
177variables if you need to run with different values between MH and 177variables if you need to run with different values between MH and
178MH-E." 178MH-E."
179 (unless mh-find-path-run 179 (unless mh-find-path-run
180 (or mh-variant-in-use (mh-variant-set mh-variant))
180 ;; Sanity checks. 181 ;; Sanity checks.
181 (if (and (getenv "MH") 182 (if (and (getenv "MH")
182 (not (file-readable-p (getenv "MH")))) 183 (not (file-readable-p (getenv "MH"))))