]> git.eshelyaron.com Git - emacs.git/commit
Fix tooltip text properties showing up in dragged text
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Mar 2022 07:18:02 +0000 (15:18 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Mar 2022 07:20:10 +0000 (15:20 +0800)
commit47dcf72dec63b4b4b9cc3b8444bbbfcb85e31d3e
tree7ffbd116b73d80b6a67d229045a74d241e3dd23c
parentb1c6d5f2b766914807b8ee82a498bb25f40ea475
Fix tooltip text properties showing up in dragged text

* lisp/mouse.el (mouse-drag-and-drop-region): Directly call
x-show-tip and x-hide-tip instead of going through tooltip-show.
lisp/mouse.el