projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7db52f6
)
; Make emacsclient.c more quiet again
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 7 Sep 2022 21:37:24 +0000
(23:37 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 7 Sep 2022 21:38:55 +0000
(23:38 +0200)
* lib-src/emacsclient.c (main): Remove status message after getting a
response from the server. (Bug#57650)
lib-src/emacsclient.c
patch
|
blob
|
history
diff --git
a/lib-src/emacsclient.c
b/lib-src/emacsclient.c
index 9529b34725be3f88a5e9e60cd9f859acf6c42345..49d90a989fce88a6b733237c2b7b06e6002218ee 100644
(file)
--- a/
lib-src/emacsclient.c
+++ b/
lib-src/emacsclient.c
@@
-2170,8
+2170,6
@@
main (int argc, char **argv)
if (rl <= 0)
break;
- if (msg_showed)
- fprintf (stderr, "\nGot response from server");
saw_response = true;
string[rl] = '\0';