From 2e36c3b0f8878ba262da6fba5a235beea8a3b91d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 13 Jan 2005 20:06:32 +0000 Subject: [PATCH] Comment change. --- lisp/mouse.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5