From: Richard M. Stallman Date: Sat, 2 Jul 1994 00:47:40 +0000 (+0000) Subject: (mouse-scroll-subr): Delete some debugging code. X-Git-Tag: emacs-19.34~7736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1493e1f88846ecb641f3277a9d89118068f33cd6;p=emacs.git (mouse-scroll-subr): Delete some debugging code. --- 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.