+2001-07-19 Gerd Moellmann <gerd@gnu.org>
+
+ * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
+ From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
+
2001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
* international/iso-transl.el: Fix typo in the header of the file.
;;; mh-utils.el --- mh-e code needed for both sending and reading
-;; Time-stamp: <2001-07-15 09:52:59 pavel>
-;; Copyright (C) 1993, 1995, 1997, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1995, 1997, 2000, 2001 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
;; 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" "etc"))
+ '("lib/mh" "etc/nmh" "/etc/nmh" "mh/lib" "etc" "lib"))
"components"
'file-exists-p))))
(or (and mh-lib-progs
(setq mh-lib-progs
(or (mh-path-search
(mapcar (lambda (p) (expand-file-name p mh-base))
- '("lib/mh" "libexec/nmh" "lib/nmh" "mh/lib"))
+ '("lib/mh" "libexec/nmh" "lib/nmh" "mh/lib" "lib"))
"mhl")
(mh-path-search '("/usr/local/bin/mh/") "mhl")
(mh-path-search exec-path "mhl") ;unlikely