unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28721: [PATCH] Remove duplicated 'pipe symbol definition
@ 2017-10-06 10:37 Piotr Trojanek
  2017-10-06 14:14 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Piotr Trojanek @ 2017-10-06 10:37 UTC (permalink / raw)
  To: 28721; +Cc: Piotr Trojanek

* src/process.c (syms_of_process): remove duplicated call to DEFSYM.
---
 src/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/process.c b/src/process.c
index 2733fa3911..05feba7325 100644
--- a/src/process.c
+++ b/src/process.c
@@ -8097,7 +8097,6 @@ syms_of_process (void)
   DEFSYM (Qreal, "real");
   DEFSYM (Qnetwork, "network");
   DEFSYM (Qserial, "serial");
-  DEFSYM (Qpipe, "pipe");
   DEFSYM (QCbuffer, ":buffer");
   DEFSYM (QChost, ":host");
   DEFSYM (QCservice, ":service");
-- 
2.11.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#28721: [PATCH] Remove duplicated 'pipe symbol definition
  2017-10-06 10:37 bug#28721: [PATCH] Remove duplicated 'pipe symbol definition Piotr Trojanek
@ 2017-10-06 14:14 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-10-06 14:14 UTC (permalink / raw)
  To: Piotr Trojanek; +Cc: 28721-done, piotr.trojanek

> From: Piotr Trojanek <piotr.trojanek@gmail.com>
> Date: Fri,  6 Oct 2017 12:37:52 +0200
> Cc: Piotr Trojanek <piotr.trojanek@gmail.com>
> 
> * src/process.c (syms_of_process): remove duplicated call to DEFSYM.

Thanks, pushed.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-06 14:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-06 10:37 bug#28721: [PATCH] Remove duplicated 'pipe symbol definition Piotr Trojanek
2017-10-06 14:14 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).