Fix typo in previous server.el change
* lisp/server.el (server-process-filter): Fix typo in previous change.
This commit is contained in:
parent
3933ece030
commit
528fb3e087
1 changed files with 1 additions and 1 deletions
|
@ -1315,7 +1315,7 @@ The following commands are accepted by the client:
|
|||
;; When resuming on a tty, tty-name is nil.
|
||||
(tty-name
|
||||
(server-create-tty-frame tty-name tty-type proc
|
||||
frame-parameters))))
|
||||
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