Mercurial > emacs
changeset 28739:192cbf5dbea2
(mh-send-sub): Look for mh-comp-formfile in
mh-etc, too.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 27 Apr 2000 18:56:42 +0000 |
parents | d53c2c6bc56f |
children | 14cc47ddd47a |
files | lisp/mail/mh-comp.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mh-comp.el Thu Apr 27 18:54:39 2000 +0000 +++ b/lisp/mail/mh-comp.el Thu Apr 27 18:56:42 2000 +0000 @@ -26,7 +26,7 @@ ;;; Change Log: -;; $Id: mh-comp.el,v 1.15 1999/09/04 00:08:17 rms Exp $ +;; $Id: mh-comp.el,v 1.16 1999/11/10 10:46:01 gerd Exp $ ;;; Code: @@ -515,6 +515,10 @@ (setq components (expand-file-name mh-comp-formfile mh-lib))) components) + ((file-exists-p + (setq components + (expand-file-name mh-comp-formfile mh-etc))) + components) (t (error (format "Can't find components file \"%s\"" components)))))