emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/xt-mouse.el


From: Nick Roberts
Subject: [Emacs-diffs] Changes to emacs/lisp/xt-mouse.el
Date: Mon, 28 Nov 2005 00:38:49 -0500

Index: emacs/lisp/xt-mouse.el
diff -c emacs/lisp/xt-mouse.el:1.30 emacs/lisp/xt-mouse.el:1.31
*** emacs/lisp/xt-mouse.el:1.30 Sat Aug  6 22:13:43 2005
--- emacs/lisp/xt-mouse.el      Mon Nov 28 05:38:49 2005
***************
*** 146,155 ****
  
      (setq xterm-mouse-x x
          xterm-mouse-y y)
!     (if w
!       (list mouse (posn-at-x-y (- x left) (- y top) w t))
!       (list mouse
!           (append (list nil 'menu-bar) (nthcdr 2 (posn-at-x-y x y w t)))))))
  
  ;;;###autoload
  (define-minor-mode xterm-mouse-mode
--- 146,157 ----
  
      (setq xterm-mouse-x x
          xterm-mouse-y y)
!     (setq
!      last-input-event
!      (if w
!        (list mouse (posn-at-x-y (- x left) (- y top) w t))
!        (list mouse
!            (append (list nil 'menu-bar) (nthcdr 2 (posn-at-x-y x y w t))))))))
  
  ;;;###autoload
  (define-minor-mode xterm-mouse-mode




reply via email to

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