]> git.eshelyaron.com Git - emacs.git/commitdiff
(xterm-mouse-event): Remove unused var `time'.
authorKim F. Storm <storm@cua.dk>
Wed, 21 Mar 2007 22:36:48 +0000 (22:36 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 21 Mar 2007 22:36:48 +0000 (22:36 +0000)
lisp/xt-mouse.el

index e83911a78fcd97ce7d23c3996ecda3f77eed9428..963ed0238edf3d2785720dc716630aa6a56b2564 100644 (file)
   (let* ((type (- (xterm-mouse-event-read) #o40))
         (x (- (xterm-mouse-event-read) #o40 1))
         (y (- (xterm-mouse-event-read) #o40 1))
-        (time (current-time))
         ;; Emulate timestamp information.  This is accurate enough
         ;; for default value of mouse-1-click-follows-link (450msec).
         (timestamp (truncate
          xterm-mouse-y y)
     (setq
      last-input-event
-     (list mouse 
+     (list mouse
           (let ((event (if w
                            (posn-at-x-y (- x left) (- y top) w t)
                          (append (list nil 'menu-bar)