From 79b14b94a121250d1636e4db65fd7dfa6132dbd0 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 24 Apr 2000 13:59:25 +0000 Subject: (scrolling): New group. (automatic-hscrolling): New user-option. --- lisp/frame.el | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'lisp/frame.el') diff --git a/lisp/frame.el b/lisp/frame.el index cdfb9551ac..f741730ff9 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -995,6 +995,22 @@ FRAME nil or omitted means delete all frames except the selected frame." :group 'font-lock) + +;;; 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 -- cgit v1.2.3