branch: externals/hyperbole
commit 3aea4eee91bcfc0f077571372049c3c3d944ebd8
Author: Bob Weiner <[email protected]>
Commit: Bob Weiner <[email protected]>

    Changes to hui-window.el had not been saved in prior commit.
---
 hui-window.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hui-window.el b/hui-window.el
index bce76ce..1af9188 100644
--- a/hui-window.el
+++ b/hui-window.el
@@ -411,8 +411,8 @@ If free variable `assist-flag' is non-nil, uses Assist Key."
                                action-key-release-args))
                (w (smart-window-of-coords depress-args))
                (right-side-ln (and w (1- (nth 2 (window-edges w)))))
-               (last-press-x   (hmouse-x-coord depress-args))
-               (last-release-x (hmouse-x-coord release-args)))
+               (last-press-x   (and depress-args (hmouse-x-coord 
depress-args)))
+               (last-release-x (and release-args (hmouse-x-coord 
release-args))))
           (and last-press-x last-release-x right-side-ln
                (/= last-press-x last-release-x)
                (not (<= (abs (- right-side-ln (frame-width))) 5))

Reply via email to