GNU bug report logs - #28721
[PATCH] Remove duplicated 'pipe symbol definition

Previous Next

Package: emacs;

Reported by: Piotr Trojanek <piotr.trojanek <at> gmail.com>

Date: Fri, 6 Oct 2017 13:22:02 UTC

Severity: normal

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#28721: closed ([PATCH] Remove duplicated 'pipe symbol definition)
Date: Fri, 06 Oct 2017 14:15:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 06 Oct 2017 17:14:23 +0300
with message-id <83efqguzwg.fsf <at> gnu.org>
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
help-debbugs <at> gnu.org.)


-- 
28721: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28721
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Piotr Trojanek <piotr.trojanek <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: Piotr Trojanek <piotr.trojanek <at> gmail.com>
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



[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Piotr Trojanek <piotr.trojanek <at> gmail.com>
Cc: 28721-done <at> debbugs.gnu.org, piotr.trojanek <at> gmail.com
Subject: Re: bug#28721: [PATCH] Remove duplicated 'pipe symbol definition
Date: Fri, 06 Oct 2017 17:14:23 +0300
> From: Piotr Trojanek <piotr.trojanek <at> gmail.com>
> Date: Fri,  6 Oct 2017 12:37:52 +0200
> Cc: Piotr Trojanek <piotr.trojanek <at> gmail.com>
> 
> * src/process.c (syms_of_process): remove duplicated call to DEFSYM.

Thanks, pushed.


This bug report was last modified 7 years and 321 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.