]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 06:28:20 +0000 (14:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 06:28:20 +0000 (14:28 +0800)
commit85e39e86b0bfff1b49f07c9ef0bc5bdf03739753
tree63dddebcc7c51c397f5e816017398300dceed01c
parent51a06388b79c8d42241455afeb5ca3ad0d8225d9
Update Android port

* doc/lispref/commands.texi (Touchscreen Events): Document
meaning of `mouse-1-menu-command'.
* lisp/mouse.el (minor-mode-menu-from-indicator): New arg EVENT.
Give it to popup-menu.
(mouse-minor-mode-menu): Use posn specified within EVENT.
* lisp/touch-screen.el (touch-screen-handle-touch): Fix
interactive translation.  Treat commands labeled
`mouse-1-menu-command' like ordinary keymaps.
doc/lispref/commands.texi
lisp/mouse.el
lisp/touch-screen.el