summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-01-13 20:06:32 +0000
committerRichard M. Stallman <rms@gnu.org>2005-01-13 20:06:32 +0000
commit2e36c3b0f8878ba262da6fba5a235beea8a3b91d (patch)
tree7ea9fd06738746091c104b2457283f7335edd391 /lisp/mouse.el
parentd38edfc317e7ba351b8f4fc208022350054121b6 (diff)
downloademacs-2e36c3b0f8878ba262da6fba5a235beea8a3b91d.tar.gz
Comment change.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el1
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."
(if (and (window-minibuffer-p w)
(not (minibuffer-window-active-p w)))
(save-excursion
+ ;; Swallow the up-event.
(read-event)
(set-buffer "*Messages*")
(goto-char (point-max))