# HG changeset patch # User Gerd Moellmann # Date 949267161 0 # Node ID d810d00ddd7cdce385b6b29f2a1cb3f5cdc4ce44 # Parent 67501e6e8b341be8701354994499e9bc2ccd273e (mh-find-progs): Add directory `etc' to the list of directories scanned heuristically. diff -r 67501e6e8b34 -r d810d00ddd7c lisp/mail/mh-utils.el --- a/lisp/mail/mh-utils.el Sun Jan 30 21:12:53 2000 +0000 +++ b/lisp/mail/mh-utils.el Sun Jan 30 21:19:21 2000 +0000 @@ -634,7 +634,7 @@ ;; 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