diff options
| -rw-r--r-- | lisp/gnus/nnml.el | 2 |
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 |