summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-07-02 00:47:40 +0000
committerRichard M. Stallman <rms@gnu.org>1994-07-02 00:47:40 +0000
commit1493e1f88846ecb641f3277a9d89118068f33cd6 (patch)
treebb390147462ca87159ae264c538412e273d8c8ee
parente98cc0af19730ea6a2b08f77d263151e0da44962 (diff)
downloademacs-1493e1f88846ecb641f3277a9d89118068f33cd6.tar.gz
(mouse-scroll-subr): Delete some debugging code.
-rw-r--r--lisp/mouse.el1
1 files changed, 0 insertions, 1 deletions
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.