summaryrefslogtreecommitdiff
path: root/lisp/gnus/mm-extern.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/gnus/mm-extern.el')
-rw-r--r--lisp/gnus/mm-extern.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mm-extern.el b/lisp/gnus/mm-extern.el
index 994dd1d9c02..f6ec883de94 100644
--- a/lisp/gnus/mm-extern.el
+++ b/lisp/gnus/mm-extern.el
@@ -52,7 +52,7 @@
(mm-disable-multibyte)
(if (file-exists-p name)
(mm-insert-file-contents name nil nil nil nil t)
- (error (format "File %s is gone" name)))))
+ (error "File %s is gone" name))))
(defun mm-extern-url (handle)
(erase-buffer)
@@ -124,7 +124,7 @@ If NO-DISPLAY is nil, display it. Otherwise, do nothing after replacing."
handles)
(unless (mm-handle-cache handle)
(unless func
- (error (format "Access type (%s) is not supported" access-type)))
+ (error "Access type (%s) is not supported" access-type))
(with-temp-buffer
(mm-insert-part handle)
(goto-char (point-max))