From d9a84b157d9d640ebd9f46a98c8905a32f6ac678 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Feb 1996 00:21:00 +0000 Subject: [PATCH] (rmail-make-basic-summary-line): Less space before subj. --- 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 919c0ded584..0595c4e76c9 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)))) - " #" + " " (if (re-search-forward "^Subject:" nil t) (progn (skip-chars-forward " \t") (buffer-substring (point) -- 2.39.2