mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(mouse-drag-region-1): Delete some debugging code.
This commit is contained in:
parent
06e24ef705
commit
7735d2e2f4
1 changed files with 0 additions and 1 deletions
|
|
@ -908,7 +908,6 @@ at the same position."
|
|||
(track-mouse
|
||||
(while (progn
|
||||
(setq event (read-event))
|
||||
(setq mve (cons event (and (boundp 'mve) mve)))
|
||||
(or (mouse-movement-p event)
|
||||
(memq (car-safe event) '(switch-frame select-window))))
|
||||
(if (memq (car-safe event) '(switch-frame select-window))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue