Function: gnus-category-exit

gnus-category-exit is an interactive and byte-compiled function defined in gnus-agent.el.gz.

Signature

(gnus-category-exit)

Documentation

Return to the group buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defun gnus-category-exit ()
  "Return to the group buffer."
  (interactive)
  (kill-buffer (current-buffer))
  (gnus-configure-windows 'group t))