aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Kupfer2018-03-07 22:59:14 -0800
committerGlenn Morris2018-03-07 22:59:14 -0800
commit8c361c0c7316eb80a49b2d7b856ada1319fe4121 (patch)
treebf1b565f4f0ec55e07520de65ab3b0eb3009800e
parent2dc909c67b987e20cbfd4816cb4264151c68f2f9 (diff)
downloademacs-8c361c0c7316eb80a49b2d7b856ada1319fe4121.tar.gz
emacs-8c361c0c7316eb80a49b2d7b856ada1319fe4121.zip
* lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.
-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"))))