# HG changeset patch # User Henrik Enberg # Date 1141870521 0 # Node ID 4fdffe8ee49228caf9b178bb50d83fdd6974efc6 # Parent 91ed6c2a48905468df01b18296ff329bd4eb9915 (rmail-header-get-limit): Don't end error message with a period. diff -r 91ed6c2a4890 -r 4fdffe8ee492 lisp/mail/rmailhdr.el --- 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.