From: Richard M. Stallman Date: Thu, 26 Jan 2006 17:54:01 +0000 (+0000) Subject: (rmail-make-summary-line-1): Don't set global binding of `line'. X-Git-Tag: emacs-pretest-22.0.90~4571 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9b452786270b22e210659df5a4753561a7cd0be2;p=emacs.git (rmail-make-summary-line-1): Don't set global binding of `line'. --- 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))