]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous server.el change
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 30 Jun 2022 10:13:03 +0000 (12:13 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 30 Jun 2022 10:13:03 +0000 (12:13 +0200)
* lisp/server.el (server-process-filter): Fix typo in previous change.

lisp/server.el

index 229942c19acf62f04cea16447d9049fce72548eb..a06f2f952fd2b3f8d32e7832e6851dcc21e0098f 100644 (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.