emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/rmailsum.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmailsum.el
Date: Thu, 26 Jan 2006 17:54:01 +0000

Index: emacs/lisp/mail/rmailsum.el
diff -u emacs/lisp/mail/rmailsum.el:1.140 emacs/lisp/mail/rmailsum.el:1.141
--- emacs/lisp/mail/rmailsum.el:1.140   Sun Jan  8 15:17:45 2006
+++ emacs/lisp/mail/rmailsum.el Thu Jan 26 17:54:01 2006
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]