diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/process.c b/src/process.c index bfac054c3c2..81fa98a028d 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -165,16 +165,6 @@ static Lisp_Object QClocal, QCremote, QCcoding; | |||
| 165 | static Lisp_Object QCserver, QCnowait, QCnoquery, QCstop; | 165 | static Lisp_Object QCserver, QCnowait, QCnoquery, QCstop; |
| 166 | static Lisp_Object QCsentinel, QClog, QCoptions, QCplist; | 166 | static Lisp_Object QCsentinel, QClog, QCoptions, QCplist; |
| 167 | static Lisp_Object Qlast_nonmenu_event; | 167 | static Lisp_Object Qlast_nonmenu_event; |
| 168 | /* QCfamily is declared and initialized in xfaces.c, | ||
| 169 | QCfilter in keyboard.c. */ | ||
| 170 | extern Lisp_Object QCfamily, QCfilter; | ||
| 171 | |||
| 172 | /* Qexit is declared and initialized in eval.c. */ | ||
| 173 | |||
| 174 | /* QCfamily is defined in xfaces.c. */ | ||
| 175 | extern Lisp_Object QCfamily; | ||
| 176 | /* QCfilter is defined in keyboard.c. */ | ||
| 177 | extern Lisp_Object QCfilter; | ||
| 178 | 168 | ||
| 179 | #define NETCONN_P(p) (EQ (XPROCESS (p)->type, Qnetwork)) | 169 | #define NETCONN_P(p) (EQ (XPROCESS (p)->type, Qnetwork)) |
| 180 | #define NETCONN1_P(p) (EQ (p->type, Qnetwork)) | 170 | #define NETCONN1_P(p) (EQ (p->type, Qnetwork)) |