Variable: forge-edit-post-action

forge-edit-post-action is a buffer-local variable defined in forge-post.el.

Documentation

The action being carried out by editing this post buffer.

One of new-discussion, new-issue, new-pullreq, reply and edit.

Source Code

;; Defined in ~/.emacs.d/elpa/forge-20260408.1922/forge-post.el
(defvar-local forge-edit-post-action nil
  "The action being carried out by editing this post buffer.
One of `new-discussion', `new-issue', `new-pullreq', `reply' and `edit'.")