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
e11c3dc2
Commit
e11c3dc2
authored
May 10, 1994
by
Karl Heuer
Browse files
(frame-remove-geometry-params): Reverse the computed list, to preserve the
original order of the elements.
parent
6ec569d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lisp/frame.el
lisp/frame.el
+2
-0
No files found.
lisp/frame.el
View file @
e11c3dc2
...
...
@@ -388,6 +388,8 @@ the user during startup."
(
cons
(
car
(
cdr
tail
))
frame-initial-geometry-arguments
))
(
setcdr
tail
(
cdr
(
cdr
tail
))))
(
setq
tail
(
cdr
tail
)))))
(
setq
frame-initial-geometry-arguments
(
nreverse
frame-initial-geometry-arguments
))
(
cdr
param-list
))
...
...
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