From fe20aba8c7a4d9ae7f611c4908c7cc118d3cc762 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 27 Apr 2000 18:56:42 +0000 Subject: [PATCH] (mh-send-sub): Look for mh-comp-formfile in mh-etc, too. --- lisp/mail/mh-comp.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/mail/mh-comp.el b/lisp/mail/mh-comp.el index bd12688cbc1..0a0841b2e6c 100644 --- a/lisp/mail/mh-comp.el +++ b/lisp/mail/mh-comp.el @@ -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 @@ See also documentation for `\\[mh-send]' function." (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))))) -- 2.39.5