changeset 88328:4fdffe8ee492

(rmail-header-get-limit): Don't end error message with a period.
author Henrik Enberg <henrik.enberg@telia.com>
date Thu, 09 Mar 2006 02:15:21 +0000
parents 91ed6c2a4890
children 71fab2ef58c1
files lisp/mail/rmailhdr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailhdr.el	Thu Mar 09 02:14:55 2006 +0000
+++ b/lisp/mail/rmailhdr.el	Thu Mar 09 02:15:21 2006 +0000
@@ -51,7 +51,7 @@
     (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.