diff options
| author | Richard M. Stallman | 1994-07-02 00:47:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-02 00:47:40 +0000 |
| commit | 1493e1f88846ecb641f3277a9d89118068f33cd6 (patch) | |
| tree | bb390147462ca87159ae264c538412e273d8c8ee | |
| parent | e98cc0af19730ea6a2b08f77d263151e0da44962 (diff) | |
| download | emacs-1493e1f88846ecb641f3277a9d89118068f33cd6.tar.gz emacs-1493e1f88846ecb641f3277a9d89118068f33cd6.zip | |
(mouse-scroll-subr): Delete some debugging code.
| -rw-r--r-- | lisp/mouse.el | 1 |
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." | |||
| 177 | (goto-char (window-start window))) | 177 | (goto-char (window-start window))) |
| 178 | (if overlay | 178 | (if overlay |
| 179 | (move-overlay overlay start (point))) | 179 | (move-overlay overlay start (point))) |
| 180 | (setq eobp (eobp)) | ||
| 181 | ;; Now that we have scrolled WINDOW properly, | 180 | ;; Now that we have scrolled WINDOW properly, |
| 182 | ;; put point back where it was for the redisplay | 181 | ;; put point back where it was for the redisplay |
| 183 | ;; so that we don't mess up the selected window. | 182 | ;; so that we don't mess up the selected window. |