Function: gnus-summary-go-up-thread
gnus-summary-go-up-thread is a byte-compiled function defined in
gnus-sum.el.gz.
Signature
(gnus-summary-go-up-thread)
Documentation
Go up one level in the current thread.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-summary-go-up-thread ()
"Go up one level in the current thread."
(let ((parent (gnus-summary-article-parent)))
(when parent
(gnus-summary-goto-subject parent))))