]> git.eshelyaron.com Git - emacs.git/commitdiff
(mh-send-sub): Don't use `format' on `error' arguments.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 15:03:05 +0000 (15:03 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 16 Jun 2005 15:03:05 +0000 (15:03 +0000)
lisp/mh-e/mh-comp.el

index 82d0f5b7fd734f3246c89616af8735ceb35fc9f5..a466c4af7bac1d14866576ef5c1a67f83076c9ab 100644 (file)
@@ -623,8 +623,8 @@ CONFIG is the window configuration before sending mail."
                                                )))
                       components)
                      (t
-                      (error (format "Can't find components file \"%s\""
-                                     components)))))
+                      (error "Can't find components file \"%s\""
+                             components))))
                   nil)))
       (mh-insert-fields "To:" to "Subject:" subject "Cc:" cc)
       (goto-char (point-max))