From: Henrik Enberg Date: Thu, 9 Mar 2006 02:14:55 +0000 (+0000) Subject: (rmail-narrow-to-header): Don't end error message with a period. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=58a5466229532b6b8c81c86442b5b39cabae3d18;p=emacs.git (rmail-narrow-to-header): Don't end error message with a period. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index bb719ea508b..39465bbc485 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2250,7 +2250,7 @@ or forward if N is negative." (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)