1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

(rmail-make-summary-line-1): Don't set global binding of `line'.

This commit is contained in:
Richard M. Stallman 2006-01-26 17:54:01 +00:00
parent 2aee5ca377
commit 9b45278627

View File

@ -332,9 +332,8 @@ By default, `identity' is set."
(if (looking-at "Summary-line: ")
(progn
(goto-char (match-end 0))
(setq line
(buffer-substring (point)
(progn (forward-line 1) (point)))))))))
(buffer-substring (point)
(progn (forward-line 1) (point))))))))
;; Obsolete status lines lacking a # should be flushed.
(and line
(not (string-match "#" line))