# HG changeset patch
# User Richard M. Stallman <rms@gnu.org>
# Date 773110060 0
# Node ID 20100d7e5b0f2ee5c3a4d3c165697e062b750215
# Parent  67c8a970fd4db3c2640c1582d0b7088e2a469451
(mouse-scroll-subr): Delete some debugging code.

diff -r 67c8a970fd4d -r 20100d7e5b0f lisp/mouse.el
--- a/lisp/mouse.el	Sat Jul 02 00:45:49 1994 +0000
+++ b/lisp/mouse.el	Sat Jul 02 00:47:40 1994 +0000
@@ -177,7 +177,6 @@
 		     (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.