emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mh-e/mh-comp.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/mh-e/mh-comp.el
Date: Thu, 16 Jun 2005 11:03:06 -0400

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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]