diff options
| -rw-r--r-- | lisp/mouse.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 91e2e4ae5c6..63e0f6c9d91 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -754,7 +754,8 @@ remains active. Otherwise, it remains until the next input event. | |||
| 754 | 754 | ||
| 755 | If the click is in the echo area, display the `*Messages*' buffer." | 755 | If the click is in the echo area, display the `*Messages*' buffer." |
| 756 | (interactive "e") | 756 | (interactive "e") |
| 757 | (let ((w (posn-window (event-start start-event)))) | 757 | (let ((w (posn-window (event-start start-event))) |
| 758 | (mouse-autoselect-window nil)) | ||
| 758 | (if (not (or (not (window-minibuffer-p w)) | 759 | (if (not (or (not (window-minibuffer-p w)) |
| 759 | (minibuffer-window-active-p w))) | 760 | (minibuffer-window-active-p w))) |
| 760 | (save-excursion | 761 | (save-excursion |