* lisp/mouse.el (mouse-drag-track): Remove left-over debugging code.
This commit is contained in:
parent
3675b1698d
commit
74dd4abc5f
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* mouse.el (mouse-drag-track): Remove left-over debugging code.
|
||||
|
||||
2013-03-09 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
Major rewrite due to changed D-Bus interface of GVFS 1.14.
|
||||
|
@ -6,9 +10,9 @@
|
|||
(tramp-gvfs-methods-mounttracker, tramp-gvfs-listmounts)
|
||||
(tramp-gvfs-mountlocation, tramp-gvfs-mountlocation-signature):
|
||||
New defconst.
|
||||
(tramp-gvfs-file-name-handler-alist) [directory-files]:
|
||||
[directory-files-and-attributes, file-exists-p, file-modes]: Use
|
||||
Tramp default handler.
|
||||
(tramp-gvfs-file-name-handler-alist) [directory-files]
|
||||
[directory-files-and-attributes, file-exists-p, file-modes]:
|
||||
Use Tramp default handler.
|
||||
[file-acl, file-selinux-context, process-file, set-file-acl]:
|
||||
[set-file-modes, set-file-selinux-context, shell-command]:
|
||||
[start-file-process ]: Remove handler.
|
||||
|
|
|
@ -850,7 +850,6 @@ DO-MOUSE-DRAG-REGION-POST-PROCESS should only be used by
|
|||
(track-mouse
|
||||
(while (progn
|
||||
(setq event (read-event))
|
||||
(trace-values event)
|
||||
(or (mouse-movement-p event)
|
||||
(memq (car-safe event) '(switch-frame select-window))))
|
||||
(unless (memq (car-safe event) '(switch-frame select-window))
|
||||
|
|
Loading…
Add table
Reference in a new issue