1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

(frame-remove-geometry-params): Reverse the computed list, to preserve the

original order of the elements.
This commit is contained in:
Karl Heuer 1994-05-10 07:55:00 +00:00
parent 6ec569d420
commit e11c3dc2c8

View File

@ -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))