]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mouse.el (mouse-drag-track): Remove left-over debugging code.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Mar 2013 17:14:24 +0000 (12:14 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 9 Mar 2013 17:14:24 +0000 (12:14 -0500)
lisp/ChangeLog
lisp/mouse.el

index 41d5a4ed0d05c89630e28f846a10cdf8295aa397..df4cf561588ca6c6e201c4579cf97d12e2a6fcef 100644 (file)
@@ -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.
index f820d3aa6d76caaa29715109bd421e99339f6507..51601bca8df679b3042134f3a8d52e5d10853cb9 100644 (file)
@@ -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))