aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmailsum.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el
index 0595c4e76c9..cdc3c22597d 100644
--- a/lisp/mail/rmailsum.el
+++ b/lisp/mail/rmailsum.el
@@ -389,7 +389,7 @@ nil for FUNCTION means all messages."
389 ((<= lines 999) " [%3d]") 389 ((<= lines 999) " [%3d]")
390 (t "[%d]")) 390 (t "[%d]"))
391 lines)))) 391 lines))))
392 " " 392 " #" ;The # is part of the format.
393 (if (re-search-forward "^Subject:" nil t) 393 (if (re-search-forward "^Subject:" nil t)
394 (progn (skip-chars-forward " \t") 394 (progn (skip-chars-forward " \t")
395 (buffer-substring (point) 395 (buffer-substring (point)