emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 2e55c34 31/53: Add defvar for assist-flag


From: Robert Weiner
Subject: [elpa] externals/hyperbole 2e55c34 31/53: Add defvar for assist-flag
Date: Wed, 15 Nov 2017 22:47:04 -0500 (EST)

branch: externals/hyperbole
commit 2e55c34663c3564ffa26b77e26f9cb85e90f4621
Author: Mats Lidell <address@hidden>
Commit: Mats Lidell <address@hidden>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]