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

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

[debbugs-tracker] bug#28721: closed ([PATCH] Remove duplicated 'pipe sym


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28721: closed ([PATCH] Remove duplicated 'pipe symbol definition)
Date: Fri, 06 Oct 2017 14:15:01 +0000

Your message dated Fri, 06 Oct 2017 17:14:23 +0300
with message-id <address@hidden>
and subject line Re: bug#28721: [PATCH] Remove duplicated 'pipe symbol 
definition
has caused the debbugs.gnu.org bug report #28721,
regarding [PATCH] Remove duplicated 'pipe symbol definition
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28721: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28721
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: bug#28721: [PATCH] Remove duplicated 'pipe symbol definition Date: Fri, 06 Oct 2017 17:14:23 +0300
> From: Piotr Trojanek <address@hidden>
> Date: Fri,  6 Oct 2017 12:37:52 +0200
> Cc: Piotr Trojanek <address@hidden>
> 
> * src/process.c (syms_of_process): remove duplicated call to DEFSYM.

Thanks, pushed.


--- End Message ---

reply via email to

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