[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))
- [elpa] externals/hyperbole updated (0539520 -> 9b2d75a), Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 4fdcb7d 02/53: 2016-08-17 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 3aea4ee 07/53: Changes to hui-window.el had not been saved in prior commit.,
Robert Weiner <=
- [elpa] externals/hyperbole a2e2dc3 08/53: Made smart-helm ignore helm candidate separator lines., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole a6acb39 04/53: 2016-09-08 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 488bb31 13/53: hib-debbugs.el: Removed dependency on package.el which some people don't want/need loaded., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 992870d 12/53: Speeded up search for and addition of a single git project to the dir cache., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 1b40c4e 14/53: hib-social.el: When a git-reference is activated, trigger an error if `locate' command is not found., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole ddd114d 01/53: 2016-08-12 Bob Weiner <address@hidden>, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 4ace769 17/53: Added brief pulsing/flashing from source line to line in destination buffer., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole 632789b 18/53: Made Action Key display selected buffer menu item in the same window as the buffer menu., Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole fed1547 09/53: * hib-social.el (hibtypes-social-default-service): Changed to use a radio, Robert Weiner, 2017/11/15
- [elpa] externals/hyperbole a933051 19/53: Supported Emacs button mouse action; improved Lisp outlining support; improved load library links, Robert Weiner, 2017/11/15