Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
79b14b94
Commit
79b14b94
authored
Apr 24, 2000
by
Gerd Moellmann
Browse files
(scrolling): New group.
(automatic-hscrolling): New user-option.
parent
d475bcb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
lisp/frame.el
lisp/frame.el
+16
-0
No files found.
lisp/frame.el
View file @
79b14b94
...
...
@@ -995,6 +995,22 @@ FRAME nil or omitted means delete all frames except the selected frame."
:group
'font-lock
)
;;; Scrolling
(
defgroup
scrolling
nil
"Scrolling windows."
:version
"21.1"
:group
'frames
)
(
defcustom
automatic-hscrolling
t
"*Allow or disallow autmatic scrolling windows horizontally.
If non-nil, windows are autmatically scrolled horizontally to make
point visible."
:version
"21.1"
:type
'boolean
:group
'scrolling
)
;;; Blinking cursor
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment