changeset 63497:6e853e3f900e

(mh-send-sub): Don't use `format' on `error' arguments.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 16 Jun 2005 15:03:05 +0000
parents 0be1bcd6830a
children 42fdfa5aeb2a
files lisp/mh-e/mh-comp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mh-e/mh-comp.el	Thu Jun 16 14:58:23 2005 +0000
+++ b/lisp/mh-e/mh-comp.el	Thu Jun 16 15:03:05 2005 +0000
@@ -623,8 +623,8 @@
                                                )))
                       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))