]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-topic.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / gnus / gnus-topic.el
index b471c2ab09e0971f489a40174ed6501574d66f01..39236594eb73c3da0d96bd6c304d01410ac8deae 100644 (file)
@@ -572,7 +572,6 @@ articles in the topic and its subtopics."
                   (not (zerop unread)) ;Non-empty
                   tick                 ;Ticked articles
                   (/= point-max (point-max)))) ;Inactive groups
-      (gnus-extent-start-open (point))
       (gnus-topic-insert-topic-line
        (car type) visiblep
        (not (eq (nth 2 type) 'hidden))
@@ -641,7 +640,7 @@ articles in the topic and its subtopics."
     (beginning-of-line)
     ;; Insert the text.
     (if shownp
-       (gnus-add-text-properties
+       (add-text-properties
         (point)
         (prog1 (1+ (point))
           (eval gnus-topic-line-format-spec))