From 968ecc28093690c53f622c37c784083e71dcfeb5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 3 Mar 2002 17:31:45 +0000 Subject: [PATCH] (auto-hscroll-mode): Renamed from automatic-hscrolling. (automatic-hscrolling): Now a defvaralias for auto-hscroll-mode. --- lisp/frame.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 2c7dcdd2781..05a6a80eb49 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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) ;; Blinking cursor -- 2.39.5