# HG changeset patch # User Gerd Moellmann # Date 956861802 0 # Node ID 192cbf5dbea2576b17f3c5436eed8630ab711045 # Parent d53c2c6bc56ffc6beb5c566ede804514c87ce204 (mh-send-sub): Look for mh-comp-formfile in mh-etc, too. diff -r d53c2c6bc56f -r 192cbf5dbea2 lisp/mail/mh-comp.el --- 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)))))