emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el


From: ShengHuo ZHU
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/gnus-sum.el
Date: Sat, 16 Feb 2002 14:06:13 -0500

Index: emacs/lisp/gnus/gnus-sum.el
diff -c emacs/lisp/gnus/gnus-sum.el:1.28 emacs/lisp/gnus/gnus-sum.el:1.29
*** emacs/lisp/gnus/gnus-sum.el:1.28    Thu Dec 20 13:58:38 2001
--- emacs/lisp/gnus/gnus-sum.el Sat Feb 16 14:03:14 2002
***************
*** 3549,3555 ****
        (setq thread (gnus-remove-thread id)))
      (setq old-pos (gnus-point-at-bol))
      (setq current (save-excursion
!                   (and (zerop (forward-line -1))
                         (gnus-summary-article-number))))
      ;; If this is a gathered thread, we have to go some re-gathering.
      (when (stringp (car thread))
--- 3549,3555 ----
        (setq thread (gnus-remove-thread id)))
      (setq old-pos (gnus-point-at-bol))
      (setq current (save-excursion
!                   (and (re-search-backward "[\r\n]" nil t)
                         (gnus-summary-article-number))))
      ;; If this is a gathered thread, we have to go some re-gathering.
      (when (stringp (car thread))



reply via email to

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