]> git.eshelyaron.com Git - emacs.git/commit
Fix error on mouse move over something not a window while dragging text
authorPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 07:59:15 +0000 (15:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 2 Apr 2022 07:59:15 +0000 (15:59 +0800)
commit7899e8daff6730ae0b4521cbedf6141dd2f1531e
tree5acf0e4f2740480bfeea349bbb520bc57ee5a944
parentc8a49b69abc0beb7eca4c4ccf18eefc52aaf7cee
Fix error on mouse move over something not a window while dragging text

* lisp/mouse.el (mouse-drag-and-drop-region): Handle non-window
values of `posn-window' correctly.
lisp/mouse.el