aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mh-e/mh-comp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el
index 82d0f5b7fd7..a466c4af7ba 100644
--- a/lisp/mh-e/mh-comp.el
+++ b/lisp/mh-e/mh-comp.el
@@ -623,8 +623,8 @@ CONFIG is the window configuration before sending mail."
623 ))) 623 )))
624 components) 624 components)
625 (t 625 (t
626 (error (format "Can't find components file \"%s\"" 626 (error "Can't find components file \"%s\""
627 components))))) 627 components))))
628 nil))) 628 nil)))
629 (mh-insert-fields "To:" to "Subject:" subject "Cc:" cc) 629 (mh-insert-fields "To:" to "Subject:" subject "Cc:" cc)
630 (goto-char (point-max)) 630 (goto-char (point-max))