]> git.eshelyaron.com Git - emacs.git/commit
Preserve echo area message when running DND mouse movement function
authorPo Lu <luangruo@yahoo.com>
Mon, 18 Jul 2022 04:42:23 +0000 (12:42 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 18 Jul 2022 04:42:55 +0000 (12:42 +0800)
commit5480d02cc56bb787f6cd1f81bb1626793f6e1247
treec15b5ca8b4cf73ab32e7df8b37b4e4cd8ceee699
parentab5468e1a01ede3d571765ab491ce2c933ace70f
Preserve echo area message when running DND mouse movement function

* lisp/term/x-win.el (x-dnd-movement): Stop redisplaying here.
* src/xterm.c (x_dnd_begin_drag_and_drop): Redisplay with the
echo area preserved.
lisp/term/x-win.el
src/xterm.c