gnus-sum.el (gnus-summary-show-thread): next-single-char-property-change never return...
authorChong Yidong <cyd@gnu.org>
Mon, 6 Feb 2012 22:20:18 +0000 (22:20 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 6 Feb 2012 22:20:18 +0000 (22:20 +0000)
lisp/gnus-sum.el

index c04bf7a..8705a21 100644 (file)
@@ -11592,8 +11592,7 @@ 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)
-                   (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))