diff options
| -rw-r--r-- | lisp/mouse.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index edf75753062..7d94b678ca2 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -757,6 +757,7 @@ If the click is in the echo area, display the `*Messages*' buffer." | |||
| 757 | (if (and (window-minibuffer-p w) | 757 | (if (and (window-minibuffer-p w) |
| 758 | (not (minibuffer-window-active-p w))) | 758 | (not (minibuffer-window-active-p w))) |
| 759 | (save-excursion | 759 | (save-excursion |
| 760 | ;; Swallow the up-event. | ||
| 760 | (read-event) | 761 | (read-event) |
| 761 | (set-buffer "*Messages*") | 762 | (set-buffer "*Messages*") |
| 762 | (goto-char (point-max)) | 763 | (goto-char (point-max)) |