From 5e639c14955101f276ef5ecb46300f71dee4abcc Mon Sep 17 00:00:00 2001 From: Henrik Enberg Date: Thu, 9 Mar 2006 02:15:21 +0000 Subject: [PATCH] (rmail-header-get-limit): Don't end error message with a period. --- lisp/mail/rmailhdr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailhdr.el b/lisp/mail/rmailhdr.el index ef0afea8f57..bf4438e10d5 100644 --- a/lisp/mail/rmailhdr.el +++ b/lisp/mail/rmailhdr.el @@ -51,7 +51,7 @@ instead." (goto-char (point-min)) (if (search-forward "\n\n" nil t) (1- (point)) - (error "Invalid message format.")))) + (error "Invalid message format")))) (defun rmail-header-add-header (header value) "Add HEADER to the list of headers and associate VALUE with it. -- 2.39.5