emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/t-mouse.el,v
Date: Tue, 03 Apr 2007 21:16:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Nick Roberts <nickrob>  07/04/03 21:16:40

Index: t-mouse.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/t-mouse.el,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- t-mouse.el  19 Mar 2007 20:07:45 -0000      1.8
+++ t-mouse.el  3 Apr 2007 21:16:40 -0000       1.9
@@ -144,7 +144,7 @@
         (event (if w
                    (posn-at-x-y (- x left) (- y top) w t)
                  (append (list nil 'menu-bar)
-                         (nthcdr 2 (posn-at-x-y x y w t))))))
+                         (nthcdr 2 (posn-at-x-y x y))))))
     (setcar (nthcdr 3 event) time)
     event))
 




reply via email to

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