From 5145dbc55101459a11e59041452680302d9e1dd3 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 14 Nov 2004 23:03:04 +0000 Subject: [PATCH] (nnml-save-marks): Add missing format field in call to `error'. --- lisp/gnus/nnml.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el index 4a9cfd32943..b82df8f979a 100644 --- a/lisp/gnus/nnml.el +++ b/lisp/gnus/nnml.el @@ -984,7 +984,7 @@ Use the nov database for the current group if available." nnml-marks-modtime)) (error (or (gnus-yes-or-no-p (format "Could not write to %s (%s). Continue? " file err)) - (error "Cannot write to %s (%s)" err)))))) + (error "Cannot write to %s (%s)" file err)))))) (defun nnml-open-marks (group server) (let ((file (expand-file-name -- 2.39.5