changeset 14675:17721fd2267b

(rmail-make-basic-summary-line): Less space before subj.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Feb 1996 00:21:00 +0000
parents f585d3bf3a73
children 03645369ec88
files lisp/mail/rmailsum.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Mon Feb 26 00:19:35 1996 +0000
+++ b/lisp/mail/rmailsum.el	Mon Feb 26 00:21:00 1996 +0000
@@ -389,7 +389,7 @@
 			 ((<= lines   999) " [%3d]")
 			 (t		    "[%d]"))
 			lines))))
-	  "  #"
+	  " "
 	  (if (re-search-forward "^Subject:" nil t)
 	      (progn (skip-chars-forward " \t")
 		     (buffer-substring (point)