changeset 43661:9f8ac5084298

(auto-hscroll-mode): Renamed from automatic-hscrolling. (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 03 Mar 2002 17:31:45 +0000
parents 77676c41d6fb
children 63efe0df9e87
files lisp/frame.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/frame.el	Sun Mar 03 17:30:07 2002 +0000
+++ b/lisp/frame.el	Sun Mar 03 17:31:45 2002 +0000
@@ -1138,13 +1138,14 @@
   :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)
 
 
 ;; Blinking cursor