Mercurial > emacs
diff lisp/mouse.el @ 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 | de6f0cdfd332 |
children | 1f57b34ade27 |
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.