From 9b452786270b22e210659df5a4753561a7cd0be2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 26 Jan 2006 17:54:01 +0000 Subject: [PATCH] (rmail-make-summary-line-1): Don't set global binding of `line'. --- lisp/mail/rmailsum.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index e9ddb83baf3..47602885f92 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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)) -- 2.39.2