1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(rmail-make-basic-summary-line): Fix previous change.

This commit is contained in:
Erik Naggum 1996-02-26 04:07:44 +00:00
parent 88293b5777
commit 972a769bb9

View File

@ -389,7 +389,7 @@ nil for FUNCTION means all messages."
((<= 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)