Variable: assist-key-depress-buffer
assist-key-depress-buffer is a variable defined in hmouse-drv.el.
Value
nil
Documentation
The last buffer in which the Assist Key was depressed or nil.
This is set to nil when the depress is on an inactive minibuffer.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-drv.el
(defvar assist-key-depress-buffer nil
"The last buffer in which the Assist Key was depressed or nil.
This is set to nil when the depress is on an inactive minibuffer.")