comparison 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
comparison
equal deleted inserted replaced
28692:a22cc42e941d 28693:062f88e62612
994 :type 'boolean 994 :type 'boolean
995 :group 'font-lock) 995 :group 'font-lock)
996 996
997 997
998 998
999 ;;; Scrolling
1000
1001 (defgroup scrolling nil
1002 "Scrolling windows."
1003 :version "21.1"
1004 :group 'frames)
1005
1006 (defcustom automatic-hscrolling t
1007 "*Allow or disallow autmatic scrolling windows horizontally.
1008 If non-nil, windows are autmatically scrolled horizontally to make
1009 point visible."
1010 :version "21.1"
1011 :type 'boolean
1012 :group 'scrolling)
1013
1014
999 ;;; Blinking cursor 1015 ;;; Blinking cursor
1000 1016
1001 (defgroup cursor nil 1017 (defgroup cursor nil
1002 "Displaying text cursors." 1018 "Displaying text cursors."
1003 :version "21.1" 1019 :version "21.1"