(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 82d0f5b..a466c4a 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))