]> git.eshelyaron.com Git - emacs.git/commit
Display drag-and-drop messages in echo area on non-graphics displays
authorPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 07:12:23 +0000 (15:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 17 Mar 2022 07:12:23 +0000 (15:12 +0800)
commit13762d24b88a370f349d308c48b28b94bcbbad18
tree9c3d8bda3b915604e5991bf0fb6dbc40d9dbfdd5
parentaf90a4547167e9997ed2bd4a86b055c503c31462
Display drag-and-drop messages in echo area on non-graphics displays

* lisp/mouse.el (mouse-drag-and-drop-region-display-tooltip)
(mouse-drag-and-drop-region-hide-tooltip): New functions.
(mouse-drag-and-drop-region): Use them instead of calling
`x-hide-tip' and `x-show-tip' directly.
lisp/mouse.el