/[emacs]/emacs/lisp/mouse.el
ViewVC logotype

Diff of /emacs/lisp/mouse.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.260 by kfstorm, Sun Dec 19 00:50:51 2004 UTC revision 1.261 by rms, Mon Dec 27 16:35:17 2004 UTC
# Line 754  remains active.  Otherwise, it remains u Line 754  remains active.  Otherwise, it remains u
754    
755  If the click is in the echo area, display the `*Messages*' buffer."  If the click is in the echo area, display the `*Messages*' buffer."
756    (interactive "e")    (interactive "e")
757    (let ((w (posn-window (event-start start-event))))    (let ((w (posn-window (event-start start-event)))
758            (mouse-autoselect-window nil))
759      (if (not (or (not (window-minibuffer-p w))      (if (not (or (not (window-minibuffer-p w))
760                   (minibuffer-window-active-p w)))                   (minibuffer-window-active-p w)))
761          (save-excursion          (save-excursion

Legend:
Removed from v.1.260  
changed lines
  Added in v.1.261

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26