diff options
author | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 03:35:05 +0000 |
---|---|---|
committer | Dan Nicolaescu <done@ece.arizona.edu> | 1998-04-20 03:35:05 +0000 |
commit | f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5 (patch) | |
tree | 75ee7cf00f0f2a187b80b6ba0a783936bdaf3eb9 /lisp/hscroll.el | |
parent | cd32a7baa4746f699fa4d945c1b1b9e50a9486da (diff) | |
download | emacs-f9e9ac1ddebce30fd644f9c854edfbc40a93d4d5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/hscroll.el')
-rw-r--r-- | lisp/hscroll.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hscroll.el b/lisp/hscroll.el index a3da7913ced..0bcac3a1fa0 100644 --- a/lisp/hscroll.el +++ b/lisp/hscroll.el @@ -67,7 +67,8 @@ You must modify via \\[customize] for this variable to have an effect." :initialize 'custom-initialize-default :group 'hscroll :type 'boolean - :require 'hscroll) + :require 'hscroll + :version "20.3") (defcustom hscroll-margin 5 "*How many columns away from the edge of the window point is allowed to get |