Function: forge-topic-status-set-pending
forge-topic-status-set-pending is an interactive function defined in
forge-topic.el.
Signature
(forge-topic-status-set-pending)
Documentation
Set the notification status of the current topic to pending.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(transient-define-suffix forge-topic-status-set-pending ()
"Set the notification status of the current topic to `pending'."
:class 'forge--topic-set-status-command :status 'pending)