]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-make-basic-summary-line): Less space before subj.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Feb 1996 00:21:00 +0000 (00:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Feb 1996 00:21:00 +0000 (00:21 +0000)
lisp/mail/rmailsum.el

index 919c0ded58449c103f2fdf5b4a93eff35dd85b89..0595c4e76c986130740b7878dec2e757b47fd455 100644 (file)
@@ -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)