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
3008ffb6
Commit
3008ffb6
authored
Jun 11, 1993
by
Jim Blandy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* frame.el (frame-initialize): Remember to actually traverse
initial-frame-alist.
parent
32ab4c10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/frame.el
lisp/frame.el
+2
-1
No files found.
lisp/frame.el
View file @
3008ffb6
...
...
@@ -108,7 +108,8 @@ These supersede the values given in `default-frame-alist'.")
(
if
(
and
(
consp
(
car
tail
))
(
memq
(
car
(
car
tail
))
'
(
height
width
top
left
)))
(
setq
initial-frame-alist
(
delq
tail
initial-frame-alist
)))))
(
delq
tail
initial-frame-alist
)))
(
setq
tail
(
cdr
tail
))))
;; Handle `reverse' as a parameter.
(
if
(
cdr
(
or
(
assq
'reverse
initial-frame-alist
)
(
assq
'reverse
default-frame-alist
)
...
...
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