changeset 8117:20100d7e5b0f

(mouse-scroll-subr): Delete some debugging code.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jul 1994 00:47:40 +0000
parents 67c8a970fd4d
children 56b5ed321f8d
files lisp/mouse.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.