From: Gerd Moellmann Date: Sun, 30 Jan 2000 21:19:21 +0000 (+0000) Subject: (mh-find-progs): Add directory `etc' to X-Git-Tag: emacs-pretest-21.0.90~5175 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=38246e2ad6c8a1365c40621a609c891a3767f887;p=emacs.git (mh-find-progs): Add directory `etc' to the list of directories scanned heuristically. --- 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