diff options
| author | Mike Kupfer | 2018-03-07 22:59:14 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-03-07 22:59:14 -0800 |
| commit | 8c361c0c7316eb80a49b2d7b856ada1319fe4121 (patch) | |
| tree | bf1b565f4f0ec55e07520de65ab3b0eb3009800e | |
| parent | 2dc909c67b987e20cbfd4816cb4264151c68f2f9 (diff) | |
| download | emacs-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.el | 1 |
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 | |||
| 177 | variables if you need to run with different values between MH and | 177 | variables if you need to run with different values between MH and |
| 178 | MH-E." | 178 | MH-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")))) |