aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2004-11-14 23:03:04 +0000
committerLuc Teirlinck2004-11-14 23:03:04 +0000
commit5145dbc55101459a11e59041452680302d9e1dd3 (patch)
tree2b60d5f1621b7986fe479b7b4a4cef23f02f3bc2
parentc825ac9d3c6b08f7e2c726bc2f6bc292fafc36c1 (diff)
downloademacs-5145dbc55101459a11e59041452680302d9e1dd3.tar.gz
emacs-5145dbc55101459a11e59041452680302d9e1dd3.zip
(nnml-save-marks): Add missing format field in call to `error'.
-rw-r--r--lisp/gnus/nnml.el2
1 files changed, 1 insertions, 1 deletions
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."
984 nnml-marks-modtime)) 984 nnml-marks-modtime))
985 (error (or (gnus-yes-or-no-p 985 (error (or (gnus-yes-or-no-p
986 (format "Could not write to %s (%s). Continue? " file err)) 986 (format "Could not write to %s (%s). Continue? " file err))
987 (error "Cannot write to %s (%s)" err)))))) 987 (error "Cannot write to %s (%s)" file err))))))
988 988
989(defun nnml-open-marks (group server) 989(defun nnml-open-marks (group server)
990 (let ((file (expand-file-name 990 (let ((file (expand-file-name