]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-header-get-limit): Don't end error message with a period.
authorHenrik Enberg <henrik.enberg@telia.com>
Thu, 9 Mar 2006 02:15:21 +0000 (02:15 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Thu, 9 Mar 2006 02:15:21 +0000 (02:15 +0000)
lisp/mail/rmailhdr.el

index ef0afea8f579ab657eaa84a696a6660f4cd63aee..bf4438e10d5b5ff8de4d00b797fe38341be54f82 100644 (file)
@@ -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.