Function: lnews:to

lnews:to is a byte-compiled function defined in hgnus.el.

Signature

(lnews:to)

Documentation

Set current buffer to the Usenet news article summary listing buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hgnus.el
(defun lnews:to ()
  "Set current buffer to the Usenet news article summary listing buffer."
  (and (eq major-mode hnews:reader) (set-buffer gnus-summary-buffer)))