From: Richard M. Stallman Date: Thu, 13 Jan 2005 20:06:32 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~2771 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e36c3b0f8878ba262da6fba5a235beea8a3b91d;p=emacs.git Comment change. --- 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))