# HG changeset patch # User Richard M. Stallman # Date 1138298041 0 # Node ID 38032f41ea5b2c018783ad28eb383bc29f8e8020 # Parent cec05baae14f858ae3cefbfa8bd4980b6929b248 (rmail-make-summary-line-1): Don't set global binding of `line'. diff -r cec05baae14f -r 38032f41ea5b lisp/mail/rmailsum.el --- 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))