changeset 88327:91ed6c2a4890

(rmail-narrow-to-header): Don't end error message with a period.
author Henrik Enberg <henrik.enberg@telia.com>
date Thu, 09 Mar 2006 02:14:55 +0000
parents f88759c22fd5
children 4fdffe8ee492
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Thu Mar 02 20:06:38 2006 +0000
+++ b/lisp/mail/rmail.el	Thu Mar 09 02:14:55 2006 +0000
@@ -2250,7 +2250,7 @@
       (widen)
       (goto-char start)
       (unless (search-forward "\n\n" end t)
-	(error "Invalid message format."))
+	(error "Invalid message format"))
       (narrow-to-region start (point)))))
 
 (defun rmail-message-recipients-p (msg recipients &optional primary-only)