bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28721: [PATCH] Remove duplicated 'pipe symbol definition


From: Piotr Trojanek
Subject: bug#28721: [PATCH] Remove duplicated 'pipe symbol definition
Date: Fri, 6 Oct 2017 12:37:52 +0200

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]