* lisp/mh-e/mh-utils.el (mh-find-path): Add missing part of previous.
This commit is contained in:
parent
2dc909c67b
commit
8c361c0c73
1 changed files with 1 additions and 0 deletions
|
@ -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"))))
|
||||
|
|
Loading…
Add table
Reference in a new issue