From e9c2f101c7d558d4c855f505416f4d7ae2d2a840 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 16 Jun 2005 15:03:05 +0000 Subject: [PATCH] (mh-send-sub): Don't use `format' on `error' arguments. --- lisp/mh-e/mh-comp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mh-e/mh-comp.el b/lisp/mh-e/mh-comp.el index 82d0f5b7fd7..a466c4af7ba 100644 --- a/lisp/mh-e/mh-comp.el +++ b/lisp/mh-e/mh-comp.el @@ -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)) -- 2.39.2