]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-hscroll-mode): Renamed from automatic-hscrolling.
authorEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2002 17:31:45 +0000 (17:31 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 3 Mar 2002 17:31:45 +0000 (17:31 +0000)
(automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.

lisp/frame.el

index 2c7dcdd27818bc1edff7935bac77977e687861be..05a6a80eb493ea86ef7646dfc998d39956e9a042 100644 (file)
@@ -1138,13 +1138,14 @@ Setting this variable makes it local to the current buffer."
   :version "21.1"
   :group 'frames)
 
-(defcustom automatic-hscrolling t
+(defcustom auto-hscroll-mode t
   "*Allow or disallow automatic scrolling windows horizontally.
 If non-nil, windows are automatically scrolled horizontally to make
 point visible."
   :version "21.1"
   :type 'boolean
   :group 'scrolling)
+(defvaralias 'automatic-hscrolling 'auto-hscroll-mode)
 
 \f
 ;; Blinking cursor