# HG changeset patch # User Erik Naggum # Date 825307664 0 # Node ID 27bbf45f339318f938ba67fadf0db7f32459f330 # Parent 8aa0ac31ba8acf73736876101566d79b96f07aab (rmail-make-basic-summary-line): Fix previous change. diff -r 8aa0ac31ba8a -r 27bbf45f3393 lisp/mail/rmailsum.el --- a/lisp/mail/rmailsum.el Mon Feb 26 03:54:51 1996 +0000 +++ b/lisp/mail/rmailsum.el Mon Feb 26 04:07:44 1996 +0000 @@ -389,7 +389,7 @@ ((<= 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)