Index: emacs/lisp/mh-e/mh-comp.el
diff -c emacs/lisp/mh-e/mh-comp.el:1.10 emacs/lisp/mh-e/mh-comp.el:1.11
*** emacs/lisp/mh-e/mh-comp.el:1.10     Sat May 28 22:04:54 2005
--- emacs/lisp/mh-e/mh-comp.el  Thu Jun 16 15:03:05 2005
***************
*** 623,630 ****
                                                 )))
                        components)
                       (t
!                       (error (format "Can't find components file \"%s\""
!                                      components)))))
                    nil)))
        (mh-insert-fields "To:" to "Subject:" subject "Cc:" cc)
        (goto-char (point-max))
--- 623,630 ----
                                                 )))
                        components)
                       (t
!                       (error "Can't find components file \"%s\""
!                              components))))
                    nil)))
        (mh-insert-fields "To:" to "Subject:" subject "Cc:" cc)
        (goto-char (point-max))


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to