From: Gerd Moellmann Date: Mon, 24 Apr 2000 13:59:25 +0000 (+0000) Subject: (scrolling): New group. X-Git-Tag: emacs-pretest-21.0.90~4156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79b14b94a121250d1636e4db65fd7dfa6132dbd0;p=emacs.git (scrolling): New group. (automatic-hscrolling): New user-option. --- diff --git a/lisp/frame.el b/lisp/frame.el index cdfb9551ace..f741730ff96 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