Variable: hui:hbut-delete-confirm-flag
hui:hbut-delete-confirm-flag is a customizable variable defined in
hui.el.
Value
t
Documentation
Non-nil means prompt before interactively deleting explicit buttons.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hui.el
(defcustom hui:hbut-delete-confirm-flag t
"Non-nil means prompt before interactively deleting explicit buttons."
:type 'boolean
:group 'hyperbole-buttons)