[gnus git] branch master updated: m0-1-87-gcb56dc9 =1= gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cb56dc907089fb2516d32e3fd2e908bb4f11ddfc (commit)
from a3cfc002099586d39a4a31efb317777906b37b2b (commit)
- Log -----------------------------------------------------------------
commit cb56dc907089fb2516d32e3fd2e908bb4f11ddfc
Author: Katsumi Yamaoka <[email protected]>
Date: Tue Feb 7 06:35:08 2012 +0000
gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8d8d545..9d6153b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-07 Katsumi Yamaoka <[email protected]>
+
+ * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
+
2012-02-07 Lars Ingebrigtsen <[email protected]>
* message.el (smtpmail-smtp-user): Silence compiler warning.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index cd836dd..c8ada4b 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -11594,10 +11594,9 @@ Returns nil if no thread was there to be shown."
(beg (progn (beginning-of-line) (if (bobp) (point) (1- (point)))))
(eoi (when end
(if (fboundp 'next-single-char-property-change)
- (if (featurep 'xemacs)
+ ;; Note: XEmacs version of n-s-c-p-c may return nil
(or (next-single-char-property-change end 'invisible)
(point-max))
- (next-single-char-property-change end 'invisible))
(while (progn
(end-of-line 2)
(and (not (eobp))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-sum.el | 7 +++----
2 files changed, 7 insertions(+), 4 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project