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


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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





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.