summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-04 19:59:40 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-04 19:59:40 +0000
commit20d5bea4e980610c88006c5b6d5b86c8a281d5e7 (patch)
tree28cf4d4c32b36bd0405da383b75fe05ff6cadcd2
parent4b1205b0230b6fc1030a04cf4c1d60758116ff49 (diff)
downloademacs-20d5bea4e980610c88006c5b6d5b86c8a281d5e7.tar.gz
(rmail-unix-mail-delimiter): Don't accept newlines in month.
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index db549fa55ce..1758f2dbd49 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -224,7 +224,7 @@ Called with region narrowed to the message, including headers.")
;; The time the message was sent.
"\\([^ \n]*\\) *" ; day of the week
- "\\([^ ]*\\) *" ; month
+ "\\([^ \n]*\\) *" ; month
"\\([0-9]*\\) *" ; day of month
"\\([0-9:]*\\) *" ; time of day