Function: smart-debbugs-gnu

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

Signature

(smart-debbugs-gnu)

Documentation

Display the discussion on the issue at point.

When the Action Key is pressed on a Gnu Debbugs listing entry.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hib-debbugs.el
(defun smart-debbugs-gnu ()
  "Display the discussion on the issue at point.
When the Action Key is pressed on a Gnu Debbugs listing entry."
  (debbugs-gnu-show-discussion))