emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mouse.el
Date: Mon, 27 Dec 2004 11:48:11 -0500

Index: emacs/lisp/mouse.el
diff -c emacs/lisp/mouse.el:1.260 emacs/lisp/mouse.el:1.261
*** emacs/lisp/mouse.el:1.260   Sun Dec 19 00:50:51 2004
--- emacs/lisp/mouse.el Mon Dec 27 16:35:17 2004
***************
*** 754,760 ****
  
  If the click is in the echo area, display the `*Messages*' buffer."
    (interactive "e")
!   (let ((w (posn-window (event-start start-event))))
      (if (not (or (not (window-minibuffer-p w))
                 (minibuffer-window-active-p w)))
        (save-excursion
--- 754,761 ----
  
  If the click is in the echo area, display the `*Messages*' buffer."
    (interactive "e")
!   (let ((w (posn-window (event-start start-event)))
!       (mouse-autoselect-window nil))
      (if (not (or (not (window-minibuffer-p w))
                 (minibuffer-window-active-p w)))
        (save-excursion




reply via email to

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