mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
Don't display mouse face during mouse drag-and-drop
* lisp/mouse.el (mouse-drag-and-drop-region): Don't display mouse face, since it leads to a lot of flicker.
This commit is contained in:
parent
e21c761d13
commit
cbc0d8f7c7
1 changed files with 1 additions and 0 deletions
|
|
@ -3085,6 +3085,7 @@ is copied instead of being cut."
|
|||
(display-multi-frame-p)
|
||||
(require 'tooltip))
|
||||
mouse-drag-and-drop-region-show-tooltip))
|
||||
(mouse-highlight nil)
|
||||
(start (region-beginning))
|
||||
(end (region-end))
|
||||
(point (point))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue