changeset 28693:062f88e62612

(scrolling): New group. (automatic-hscrolling): New user-option.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 24 Apr 2000 13:59:25 +0000
parents a22cc42e941d
children 22bde6ec328f
files lisp/frame.el
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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