(mouse-scroll-subr): Delete some debugging code.

This commit is contained in:
Richard M. Stallman 1994-07-02 00:47:40 +00:00
parent e98cc0af19
commit 1493e1f888

View file

@ -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.