diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-01-30 21:19:21 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-01-30 21:19:21 +0000 |
commit | 60cd656f8324dcb303ee85d91c6b2b74433b5c44 (patch) | |
tree | b641980fab17ba7ce8b618e7311679ab3041301d | |
parent | 3ef03156dc1a355ee03b1967695b56ade6684370 (diff) | |
download | emacs-60cd656f8324dcb303ee85d91c6b2b74433b5c44.tar.gz |
(mh-find-progs): Add directory `etc' to
the list of directories scanned heuristically.
-rw-r--r-- | lisp/mail/mh-utils.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el index bf22081b2a9..5b89c54cf30 100644 --- a/lisp/mail/mh-utils.el +++ b/lisp/mail/mh-utils.el @@ -634,7 +634,7 @@ directory names." ;; components, then look for lib/mh or mh/lib. (or (mh-path-search (mapcar (lambda (p) (expand-file-name p mh-base)) - '("lib/mh" "etc/nmh" "/etc/nmh" "mh/lib")) + '("lib/mh" "etc/nmh" "/etc/nmh" "mh/lib" "etc")) "components" 'file-exists-p)))) (or (and mh-lib-progs |