summaryrefslogtreecommitdiff
path: root/lisp
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
commitae9f363a5723faa18513ec10ed68cfbf248b3d77 (patch)
treea8c77c74115a652f0e28e3cd2b314c1ba36bb06a /lisp
parent6b8177cd7cacd176779adf31f6db3ded44a921eb (diff)
downloademacs-ae9f363a5723faa18513ec10ed68cfbf248b3d77.tar.gz
emacs-ae9f363a5723faa18513ec10ed68cfbf248b3d77.tar.bz2
emacs-ae9f363a5723faa18513ec10ed68cfbf248b3d77.zip
(rmail-unix-mail-delimiter): Don't accept newlines in month.
Diffstat (limited to 'lisp')
-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