diff options
author | Jared Finder <jared@finder.org> | 2020-10-06 20:04:12 -0700 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-10-24 13:22:55 +0300 |
commit | 92d37029a755e7f610c3bc10c816763c5d853d2f (patch) | |
tree | 9f565ad72ec2b43d26036bebc4a92a9b889ef00e /lisp/tmm.el | |
parent | 0695c9e8599b5036a80361571e7cb0ea9fdead99 (diff) | |
download | emacs-92d37029a755e7f610c3bc10c816763c5d853d2f.tar.gz emacs-92d37029a755e7f610c3bc10c816763c5d853d2f.tar.bz2 emacs-92d37029a755e7f610c3bc10c816763c5d853d2f.zip |
Enable TTY menus with xterm-mouse-mode
* lisp/tmm.el: No need to bind 'tmm-menubar-mouse' to mouse clicks
on the menu bar.
* lisp/menu-bar.el (global-map): Bind 'menu-bar-open-mouse' to
mouse click on menu bar. This is needed in xt-mouse.
* etc/NEWS: Announce TTY menu support in xterm-mouse-mode.
Diffstat (limited to 'lisp/tmm.el')
-rw-r--r-- | lisp/tmm.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/tmm.el b/lisp/tmm.el index fc02fd57907..4c2855751c2 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -43,7 +43,6 @@ (defvar tmm-table-undef) ;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) -;;;###autoload (define-key global-map [menu-bar mouse-1] 'tmm-menubar-mouse) ;;;###autoload (defun tmm-menubar (&optional x-position) |