aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-01-30 21:19:21 +0000
committerGerd Moellmann <[email protected]>2000-01-30 21:19:21 +0000
commit38246e2ad6c8a1365c40621a609c891a3767f887 (patch)
treeaf579542be6f0e747afd6ca62e334dcc120174ed /lisp/mail
parent9bda743faa3fd6f9d13527b56a15c7ad1c71a6b1 (diff)
(mh-find-progs): Add directory `etc' to
the list of directories scanned heuristically.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mh-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/mh-utils.el b/lisp/mail/mh-utils.el
index bf22081b2a..5b89c54cf3 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