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

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

[elpa] externals/hyperbole 3aea4ee 07/53: Changes to hui-window.el had n


From: Robert Weiner
Subject: [elpa] externals/hyperbole 3aea4ee 07/53: Changes to hui-window.el had not been saved in prior commit.
Date: Wed, 15 Nov 2017 22:46:59 -0500 (EST)

branch: externals/hyperbole
commit 3aea4eee91bcfc0f077571372049c3c3d944ebd8
Author: Bob Weiner <address@hidden>
Commit: Bob Weiner <address@hidden>

    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

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