(nnfolder-save-marks): Add missing format field in call to `error'.

This commit is contained in:
Luc Teirlinck
2004-11-14 23:07:12 +00:00
parent 5145dbc551
commit 141fa91025

View File

@@ -1240,7 +1240,7 @@ This command does not work if you use short group names."
nnfolder-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 nnfolder-open-marks (group server)
(let ((file (nnfolder-group-marks-pathname group)))