Function: forge-topic-mark-read

forge-topic-mark-read is a byte-compiled function defined in forge-topic.el.

Signature

(forge-topic-mark-read ARG &rest ARGS)

Implementations

(forge-topic-mark-read (TOPIC forge-topic)) in `forge-topic.el'.

Undocumented

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-topic.el
(cl-defmethod forge-topic-mark-read ((topic forge-topic))
  (when (eq (oref topic status) 'unread)
    (oset topic status 'pending)))