]> git.eshelyaron.com Git - emacs.git/commitdiff
(scrolling): New group.
authorGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:59:25 +0000 (13:59 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 24 Apr 2000 13:59:25 +0000 (13:59 +0000)
(automatic-hscrolling): New user-option.

lisp/frame.el

index cdfb9551aced83c3ab1a8bd1c2e067b72d5f3f0f..f741730ff96c10fb24a191005d8df0638638bb82 100644 (file)
@@ -995,6 +995,22 @@ FRAME nil or omitted means delete all frames except the selected frame."
   :group 'font-lock)
 
 
+\f
+;;; 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)
+
 \f
 ;;; Blinking cursor