# HG changeset patch # User Henrik Enberg # Date 1141870495 0 # Node ID 91ed6c2a48905468df01b18296ff329bd4eb9915 # Parent f88759c22fd5c244d823974634437fbc4931807f (rmail-narrow-to-header): Don't end error message with a period. diff -r f88759c22fd5 -r 91ed6c2a4890 lisp/mail/rmail.el --- 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)