[gnus git] branch no-gnus updated: m0-1-36-g817dc76 =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  817dc76866b3a4331fe86ab7914553eac0b618cd (commit)
      from  e73012620ed0ef460469ccbf54c3a982f10504ef (commit)


- Log -----------------------------------------------------------------
commit 817dc76866b3a4331fe86ab7914553eac0b618cd
Author: Katsumi Yamaoka <[email protected]>
Date:   Tue Feb 7 06:35:06 2012 +0000

    gnus-sum.el (gnus-summary-show-thread): Revert last two changes.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 26547d1..dc84593 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]>
 
 	* nnimap.el (nnimap-transform-headers): Remove unused variable.
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index c10dbe1..296f25a 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -11581,10 +11581,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, no-gnus has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.