# HG changeset patch # User Eli Zaretskii # Date 1015176705 0 # Node ID 9f8ac508429807c1828949c3554327eeb07b9481 # Parent 77676c41d6fbccef41be88e0aebdc6d7e4871a67 (auto-hscroll-mode): Renamed from automatic-hscrolling. (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode. diff -r 77676c41d6fb -r 9f8ac5084298 lisp/frame.el --- 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