From 7970c89c770f475ab67a8de84223e45c5bb23d8c Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 4 Sep 2019 22:05:05 +0300 Subject: Text-based nox builds compiled without X window support --- lisp/loadup.el | 4 ++-- lisp/xt-mouse.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') diff --git a/lisp/loadup.el b/lisp/loadup.el index 9360cd4b884..e60922e380a 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -267,6 +267,7 @@ (load "rfn-eshadow") (load "menu-bar") +(load "tab-bar") (load "emacs-lisp/lisp") (load "textmodes/page") (load "register") @@ -290,8 +291,7 @@ (load "image") (load "international/fontset") (load "dnd") - (load "tool-bar") - (load "tab-bar"))) + (load "tool-bar"))) (if (featurep 'dynamic-setting) (load "dynamic-setting")) 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))))) -- cgit v1.2.1