From: Gerd Moellmann Date: Thu, 27 Apr 2000 18:56:42 +0000 (+0000) Subject: (mh-send-sub): Look for mh-comp-formfile in X-Git-Tag: emacs-pretest-21.0.90~4116 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fe20aba8c7a4d9ae7f611c4908c7cc118d3cc762;p=emacs.git (mh-send-sub): Look for mh-comp-formfile in mh-etc, too. --- 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)))))