]> git.eshelyaron.com Git - emacs.git/commit
Fix help-echo tooltips interfering with mouse drag-and-drop
authorPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 06:27:38 +0000 (14:27 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 2 Jun 2022 06:27:38 +0000 (14:27 +0800)
commit2244dc5ce9f78ecab7232323e8dfeb9e79835b2b
tree298b041441f9b9abb9f291d4351ed9b3f510ba91
parentce513544327de17e6c485cb6aa886cc9f08c82b3
Fix help-echo tooltips interfering with mouse drag-and-drop

* lisp/mouse.el (mouse-drag-and-drop-region): Disable
tooltip-mode while mouse drag-and-drop is in progress.  Also
restore state correctly in some more cases.
lisp/mouse.el