From 972a769bb9350ef7fc9d304c70b3081b2de5e1ca Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Mon, 26 Feb 1996 04:07:44 +0000 Subject: [PATCH] (rmail-make-basic-summary-line): Fix previous change. --- lisp/mail/rmailsum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 0595c4e76c..cdc3c22597 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -389,7 +389,7 @@ nil for FUNCTION means all messages." ((<= lines 999) " [%3d]") (t "[%d]")) lines)))) - " " + " #" ;The # is part of the format. (if (re-search-forward "^Subject:" nil t) (progn (skip-chars-forward " \t") (buffer-substring (point) -- 2.20.1