Function: hywiki-ignore-command-hooks-p
hywiki-ignore-command-hooks-p is a byte-compiled function defined in
hywiki.el.
Signature
(hywiki-ignore-command-hooks-p)
Documentation
Prevent duplicate runs of hywiki command hooks within a single command.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
;;; ************************************************************************
;;; hywiki minor mode and text edit command hooks
;;; ************************************************************************
(defun hywiki-ignore-command-hooks-p ()
"Prevent duplicate runs of hywiki command hooks within a single command."
(and hywiki--command-executed-flag
(hyperb:stack-frame '(hypb:eval))))