mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
(nnml-save-marks): Add missing format field in call to `error'.
This commit is contained in:
parent
c825ac9d3c
commit
5145dbc551
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user