projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3933ece
)
Fix typo in previous server.el change
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 30 Jun 2022 10:13:03 +0000
(12:13 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/server.el
b/lisp/server.el
index 229942c19acf62f04cea16447d9049fce72548eb..a06f2f952fd2b3f8d32e7832e6851dcc21e0098f 100644
(file)
--- a/
lisp/server.el
+++ b/
lisp/server.el
@@
-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.