From 715a2ca2fc1be26e8420f209c3440b90d687fec6 Mon Sep 17 00:00:00 2001 From: Pavel Janík Date: Sun, 15 Jul 2001 17:42:53 +0000 Subject: Some fixes to follow coding conventions in files from Gnus. --- lisp/gnus/mail-source.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/gnus/mail-source.el') diff --git a/lisp/gnus/mail-source.el b/lisp/gnus/mail-source.el index 8e7d6025695..a35e506ba54 100644 --- a/lisp/gnus/mail-source.el +++ b/lisp/gnus/mail-source.el @@ -444,7 +444,7 @@ Return the number of files that were found." (error (unless (yes-or-no-p (format "Mail source error (%s). Continue? " err)) - (error "Cannot get new mail.")) + (error "Cannot get new mail")) 0)))))))) (defun mail-source-make-complex-temp-name (prefix) @@ -756,7 +756,7 @@ If ARGS, PROMPT is used as an argument to `format'." This only works when `display-time' is enabled." (interactive "P") (if (not mail-source-primary-source) - (error "Need to set `mail-source-primary-source' to check for new mail.")) + (error "Need to set `mail-source-primary-source' to check for new mail")) (let ((on (if (null arg) (not mail-source-report-new-mail) (> (prefix-numeric-value arg) 0)))) -- cgit v1.2.3