From: Henrik Enberg Date: Thu, 9 Mar 2006 02:15:21 +0000 (+0000) Subject: (rmail-header-get-limit): Don't end error message with a period. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5e639c14955101f276ef5ecb46300f71dee4abcc;p=emacs.git (rmail-header-get-limit): Don't end error message with a period. --- 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.