Mercurial > emacs
changeset 14681:27bbf45f3393
(rmail-make-basic-summary-line): Fix previous change.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Mon, 26 Feb 1996 04:07:44 +0000 |
parents | 8aa0ac31ba8a |
children | d5e14cf7a990 |
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 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)