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
7e85c6b5
Commit
7e85c6b5
authored
May 17, 1993
by
Richard M. Stallman
Browse files
(toggle-scroll-bar): Renamed from toggle-vertical-scroll...
parent
655793e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/frame.el
lisp/frame.el
+1
-1
No files found.
lisp/frame.el
View file @
7e85c6b5
...
...
@@ -408,7 +408,7 @@ With arg, turn auto-lower mode on if and only if arg is positive."
(
modify-frame-parameters
(
selected-frame
)
(
list
(
cons
'auto-lower
(
>
arg
0
)))))
(
defun
toggle-
vertical-
scroll-bar
(
arg
)
(
defun
toggle-scroll-bar
(
arg
)
"Toggle whether or not the selected frame has vertical scroll bars.
With arg, turn vertical scroll bars on if and only if arg is positive."
(
interactive
"P"
)
...
...
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