Fix typo in previous server.el change

* lisp/server.el (server-process-filter): Fix typo in previous change.
This commit is contained in:
Lars Ingebrigtsen 2022-06-30 12:13:03 +02:00
parent 3933ece030
commit 528fb3e087

View file

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