changeset 68399:38032f41ea5b

(rmail-make-summary-line-1): Don't set global binding of `line'.
author Richard M. Stallman <rms@gnu.org>
date Thu, 26 Jan 2006 17:54:01 +0000
parents cec05baae14f
children d2b4af1c4fef
files lisp/mail/rmailsum.el
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailsum.el	Thu Jan 26 17:51:42 2006 +0000
+++ b/lisp/mail/rmailsum.el	Thu Jan 26 17:54:01 2006 +0000
@@ -332,9 +332,8 @@
 	    (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))