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:
parent
7b9d755b81
commit
3933ece030
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue