emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/term/sup-mouse.el
Date: Tue, 04 Feb 2003 08:28:08 -0500

Index: emacs/lisp/term/sup-mouse.el
diff -c emacs/lisp/term/sup-mouse.el:1.10 emacs/lisp/term/sup-mouse.el:1.11
*** emacs/lisp/term/sup-mouse.el:1.10   Fri Sep  7 07:34:17 2001
--- emacs/lisp/term/sup-mouse.el        Tue Feb  4 08:28:06 2003
***************
*** 66,72 ****
   L scroll-up              line to top         execute-extended-command
   C proportional goto-char   line to middle    mouse-help
   R scroll-down                    line to bottom      eval-expression"
!   
    (interactive)
    (let*
  ;; expect a string of <esc>:<buttons>;<x-pos>;<y-pos>c
--- 66,72 ----
   L scroll-up              line to top         execute-extended-command
   C proportional goto-char   line to middle    mouse-help
   R scroll-down                    line to bottom      eval-expression"
! 
    (interactive)
    (let*
  ;; expect a string of <esc>:<buttons>;<x-pos>;<y-pos>c
***************
*** 150,156 ****
                 ((= buttons mouse-left)
                  (call-interactively 'execute-extended-command))
                 ((= buttons mouse-center)
!                 (describe-function 'sup-mouse-report)); silly self help 
                 ))
          (t                            ;in another window
           (select-window window)
--- 150,156 ----
                 ((= buttons mouse-left)
                  (call-interactively 'execute-extended-command))
                 ((= buttons mouse-center)
!                 (describe-function 'sup-mouse-report)); silly self help
                 ))
          (t                            ;in another window
           (select-window window)




reply via email to

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