# HG changeset patch # User Gerd Moellmann # Date 956584765 0 # Node ID 062f88e62612bc016b7cc7670d129b4f8944aae2 # Parent a22cc42e941d88cb9c1557a1fb7d419683195953 (scrolling): New group. (automatic-hscrolling): New user-option. diff -r a22cc42e941d -r 062f88e62612 lisp/frame.el --- a/lisp/frame.el Mon Apr 24 13:57:11 2000 +0000 +++ b/lisp/frame.el Mon Apr 24 13:59:25 2000 +0000 @@ -996,6 +996,22 @@ +;;; Scrolling + +(defgroup scrolling nil + "Scrolling windows." + :version "21.1" + :group 'frames) + +(defcustom automatic-hscrolling t + "*Allow or disallow autmatic scrolling windows horizontally. +If non-nil, windows are autmatically scrolled horizontally to make +point visible." + :version "21.1" + :type 'boolean + :group 'scrolling) + + ;;; Blinking cursor (defgroup cursor nil