From a0464e9e2fe029de5061b7f42d178431ec0301b4 Mon Sep 17 00:00:00 2001
From: Chris Hanson <org/chris-hanson/cph>
Date: Sun, 11 Jun 2000 04:32:26 +0000
Subject: [PATCH] Use recommended scrolling of 5 lines rather than 10.

---
 v7/src/edwin/mousecom.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/v7/src/edwin/mousecom.scm b/v7/src/edwin/mousecom.scm
index 059eedc1c..f190db429 100644
--- a/v7/src/edwin/mousecom.scm
+++ b/v7/src/edwin/mousecom.scm
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;; $Id: mousecom.scm,v 1.4 2000/06/11 04:24:30 cph Exp $
+;;; $Id: mousecom.scm,v 1.5 2000/06/11 04:32:26 cph Exp $
 ;;;
 ;;; Copyright (c) 1989-2000 Massachusetts Institute of Technology
 ;;;
@@ -98,7 +98,7 @@ Display cursor at that position for a second."
 
 (define-variable mouse-scroll-increment
   "Number of lines by which a mouse-scroll event moves."
-  10
+  5
   exact-nonnegative-integer?)
 
 (define-command mouse-ignore
-- 
2.25.1