/[emacs]/emacs/lisp/frame.el
ViewVC logotype

Diff of /emacs/lisp/frame.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.191 by rms, Tue Feb 26 02:37:49 2002 UTC revision 1.192 by eliz, Sun Mar 3 17:31:45 2002 UTC
# Line 1138  Setting this variable makes it local to Line 1138  Setting this variable makes it local to
1138    :version "21.1"    :version "21.1"
1139    :group 'frames)    :group 'frames)
1140    
1141  (defcustom automatic-hscrolling t  (defcustom auto-hscroll-mode t
1142    "*Allow or disallow automatic scrolling windows horizontally.    "*Allow or disallow automatic scrolling windows horizontally.
1143  If non-nil, windows are automatically scrolled horizontally to make  If non-nil, windows are automatically scrolled horizontally to make
1144  point visible."  point visible."
1145    :version "21.1"    :version "21.1"
1146    :type 'boolean    :type 'boolean
1147    :group 'scrolling)    :group 'scrolling)
1148    (defvaralias 'automatic-hscrolling 'auto-hscroll-mode)
1149    
1150    
1151  ;; Blinking cursor  ;; Blinking cursor

Legend:
Removed from v.1.191  
changed lines
  Added in v.1.192

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26