Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
96a84970
Commit
96a84970
authored
Jul 21, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(frame-initialize): Don't alter vertical-scroll-bars
parameter here.
parent
2124851f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
lisp/frame.el
lisp/frame.el
+1
-7
No files found.
lisp/frame.el
View file @
96a84970
...
...
@@ -169,19 +169,13 @@ These supersede the values given in `default-frame-alist'."
(
progn
(
setq
frame-initial-frame-alist
(
append
initial-frame-alist
default-frame-alist
))
;; Record these with their default values
;; if they don't have any values explicitly.
(
or
(
assq
'vertical-scroll-bars
frame-initial-frame-alist
)
(
setq
frame-initial-frame-alist
(
cons
'
(
vertical-scroll-bars
.
t
)
frame-initial-frame-alist
)))
(
or
(
assq
'horizontal-scroll-bars
frame-initial-frame-alist
)
(
setq
frame-initial-frame-alist
(
cons
'
(
horizontal-scroll-bars
.
t
)
frame-initial-frame-alist
)))
(
setq
default-minibuffer-frame
(
setq
frame-initial-frame
(
make-frame
initial-frame-alist
)))
(
make-frame
frame-
initial-frame-alist
)))
;; Delete any specifications for window geometry parameters
;; so that we won't reapply them in frame-notice-user-settings.
;; It would be wrong to reapply them then,
...
...
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