From 1493e1f88846ecb641f3277a9d89118068f33cd6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jul 1994 00:47:40 +0000 Subject: [PATCH] (mouse-scroll-subr): Delete some debugging code. --- lisp/mouse.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/mouse.el b/lisp/mouse.el index 231568bb8ea..c10dad11572 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -177,7 +177,6 @@ Upon exit, point is at the far edge of the newly visible text." (goto-char (window-start window))) (if overlay (move-overlay overlay start (point))) - (setq eobp (eobp)) ;; Now that we have scrolled WINDOW properly, ;; put point back where it was for the redisplay ;; so that we don't mess up the selected window. -- 2.39.5