diff lisp/frame.el @ 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 cf4e7d561883
children 20f840aa2301
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