branch: externals/hyperbole
commit 5bef00be51bc05752623b1cecaeb9572ad2ee543
Author: Bob Weiner <r...@gnu.org>
Commit: Bob Weiner <r...@gnu.org>

    Fix hkey-ace-window-setup to use new hyperbole-mode-map
---
 hmouse-drv.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hmouse-drv.el b/hmouse-drv.el
index a9f6884..05e073d 100644
--- a/hmouse-drv.el
+++ b/hmouse-drv.el
@@ -378,7 +378,7 @@ Then whenever point is on an item you want displayed in 
another
 window, use {M-o i <id-of-window-to-display-item-in>} and watch the
 magic happen."
   (require 'ace-window)
-  (when key (global-set-key key 'ace-window))
+  (when key (hkey-set-key key 'ace-window))
   (setq aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
        ;; allows {i} operation to work when only 2 windows exist
        aw-dispatch-always t)

Reply via email to