branch: externals/hyperbole
commit 2e55c34663c3564ffa26b77e26f9cb85e90f4621
Author: Mats Lidell <[email protected]>
Commit: Mats Lidell <[email protected]>
Add defvar for assist-flag
---
hmouse-drv.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hmouse-drv.el b/hmouse-drv.el
index fdea347..bd006c6 100644
--- a/hmouse-drv.el
+++ b/hmouse-drv.el
@@ -20,7 +20,6 @@
;; Quiet byte compiler warnings for these free variables.
(eval-when-compile
- (defvar assist-flag nil)
(defvar hkey-action nil)
(defvar pred-value nil))
@@ -87,6 +86,9 @@ Note that this may be a buffer different than where the
release occurs.")
(defvar assist-key-help-flag nil
"When non-nil, forces display of help for next Assist Key release.")
+(defvar assist-flag nil
+ "Non-nil when Hyperbole's Assist Key is in use rather than the Action Key.")
+
(defcustom hkey-debug nil
"If non-nil, displays a message with the context and values from each Smart
Key activation.
Default is nil."