emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111981: * lisp/mouse.el (mouse-drag-


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111981: * lisp/mouse.el (mouse-drag-track): Remove left-over debugging code.
Date: Sat, 09 Mar 2013 12:14:24 -0500
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111981
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-09 12:14:24 -0500
message:
  * lisp/mouse.el (mouse-drag-track): Remove left-over debugging code.
modified:
  lisp/ChangeLog
  lisp/mouse.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-09 11:06:23 +0000
+++ b/lisp/ChangeLog    2013-03-09 17:14:24 +0000
@@ -1,3 +1,7 @@
+2013-03-09  Stefan Monnier  <address@hidden>
+
+       * mouse.el (mouse-drag-track): Remove left-over debugging code.
+
 2013-03-09  Michael Albinus  <address@hidden>
 
        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.

=== modified file 'lisp/mouse.el'
--- a/lisp/mouse.el     2013-03-09 04:15:53 +0000
+++ b/lisp/mouse.el     2013-03-09 17:14:24 +0000
@@ -850,7 +850,6 @@
     (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))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]