comparison lisp/hscroll.el @ 21670:808ecc2eaa84

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Mon, 20 Apr 1998 03:35:05 +0000
parents 2bdc3877262b
children 7d763e90da82
comparison
equal deleted inserted replaced
21669:9861518505cb 21670:808ecc2eaa84
65 :set (lambda (symbol value) 65 :set (lambda (symbol value)
66 (hscroll-global-mode (if value 1 -1))) 66 (hscroll-global-mode (if value 1 -1)))
67 :initialize 'custom-initialize-default 67 :initialize 'custom-initialize-default
68 :group 'hscroll 68 :group 'hscroll
69 :type 'boolean 69 :type 'boolean
70 :require 'hscroll) 70 :require 'hscroll
71 :version "20.3")
71 72
72 (defcustom hscroll-margin 5 73 (defcustom hscroll-margin 5
73 "*How many columns away from the edge of the window point is allowed to get 74 "*How many columns away from the edge of the window point is allowed to get
74 before HScroll will horizontally scroll the window." 75 before HScroll will horizontally scroll the window."
75 :group 'hscroll 76 :group 'hscroll