emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/frame.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/frame.el
Date: Sun, 03 Mar 2002 12:31:45 -0500

Index: emacs/lisp/frame.el
diff -c emacs/lisp/frame.el:1.191 emacs/lisp/frame.el:1.192
*** emacs/lisp/frame.el:1.191   Mon Feb 25 21:37:49 2002
--- emacs/lisp/frame.el Sun Mar  3 12:31:45 2002
***************
*** 1138,1150 ****
    :version "21.1"
    :group 'frames)
  
! (defcustom automatic-hscrolling 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)
  
  
  ;; Blinking cursor
--- 1138,1151 ----
    :version "21.1"
    :group 'frames)
  
! (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]