summaryrefslogtreecommitdiff
path: root/lisp/xt-mouse.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2019-09-04 22:05:05 +0300
committerJuri Linkov <juri@linkov.net>2019-09-04 22:05:05 +0300
commit7970c89c770f475ab67a8de84223e45c5bb23d8c (patch)
tree474cc82c12e36cce942a079569e74c79440c49ae /lisp/xt-mouse.el
parentd1c14de9a905b2278c3a450963aa8b9498198e25 (diff)
downloademacs-7970c89c770f475ab67a8de84223e45c5bb23d8c.tar.gz
Text-based nox builds compiled without X window support
Diffstat (limited to 'lisp/xt-mouse.el')
-rw-r--r--lisp/xt-mouse.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/xt-mouse.el b/lisp/xt-mouse.el
index 5464da25009..ffc4e5de0cf 100644
--- a/lisp/xt-mouse.el
+++ b/lisp/xt-mouse.el
@@ -257,7 +257,7 @@ which is the \"1006\" extension implemented in Xterm >= 277."
(or (not menu-bar-mode)
;; The tab-bar is on the
;; second row below menu-bar
- (eq (cdr (nth 6 (posn-at-x-y x y))) 1)))
+ (eq y 1)))
'tab-bar
'menu-bar))
(nthcdr 2 (posn-at-x-y x y)))))