Don't ignore emacsclient's --frame-parameters option when -t

* lisp/server.el (server-process-filter): Add part of patch that
was mistakenly missed when the patch was applied (bug#24147).
This also fixes bug#56309.
This commit is contained in:
Michael Shields 2022-06-30 12:10:45 +02:00 committed by Lars Ingebrigtsen
parent 7b9d755b81
commit 3933ece030

View file

@ -1314,7 +1314,8 @@ The following commands are accepted by the client:
frame-parameters))
;; When resuming on a tty, tty-name is nil.
(tty-name
(server-create-tty-frame tty-name tty-type proc))
(server-create-tty-frame tty-name tty-type proc
frame-parameters))))
;; If there won't be a current frame to use, fall
;; back to trying to create a new one.