]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-scroll-subr): Delete some debugging code.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 00:47:40 +0000 (00:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Jul 1994 00:47:40 +0000 (00:47 +0000)
lisp/mouse.el

index 231568bb8ea359178499d6d408f26b3ca0686d24..c10dad11572d89dfdef2cc9249400b12e18a618a 100644 (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.