Function: debbugs-gnu-show-discussion

debbugs-gnu-show-discussion is a byte-compiled function defined in hib-debbugs.el.

Signature

(debbugs-gnu-show-discussion)

Documentation

Display the 2nd message which is the initial bug report.

This may be in Gnus or Rmail summary mode.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-debbugs.el
;;; ************************************************************************
;;; Public functions
;;; ************************************************************************

(defun debbugs-gnu-show-discussion ()
  "Display the 2nd message which is the initial bug report.
This may be in Gnus or Rmail summary mode."
    (debbugs-gnu-select-report)
    (goto-char (point-min))
    (forward-line 1)
    (call-interactively (key-binding "\C-m")))