diff options
| author | K. Handa | 2017-10-08 11:56:06 +0900 |
|---|---|---|
| committer | K. Handa | 2017-10-08 11:56:06 +0900 |
| commit | a9b72976deec9b266950865581a626ec8f7b74f4 (patch) | |
| tree | 7b5fb778bad612133b54ea3a39aa8356b6bdbaf7 /src/process.c | |
| parent | 64baaff8c5f70b7d637ac37304c4377e955b3f09 (diff) | |
| parent | c194fb61c638490e3510864fe2750814af8c3719 (diff) | |
| download | emacs-a9b72976deec9b266950865581a626ec8f7b74f4.tar.gz emacs-a9b72976deec9b266950865581a626ec8f7b74f4.zip | |
Merge branch 'emacs-26' of git.sv.gnu.org:/srv/git/emacs into emacs-26
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 2733fa39113..05feba73253 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8097,7 +8097,6 @@ syms_of_process (void) | |||
| 8097 | DEFSYM (Qreal, "real"); | 8097 | DEFSYM (Qreal, "real"); |
| 8098 | DEFSYM (Qnetwork, "network"); | 8098 | DEFSYM (Qnetwork, "network"); |
| 8099 | DEFSYM (Qserial, "serial"); | 8099 | DEFSYM (Qserial, "serial"); |
| 8100 | DEFSYM (Qpipe, "pipe"); | ||
| 8101 | DEFSYM (QCbuffer, ":buffer"); | 8100 | DEFSYM (QCbuffer, ":buffer"); |
| 8102 | DEFSYM (QChost, ":host"); | 8101 | DEFSYM (QChost, ":host"); |
| 8103 | DEFSYM (QCservice, ":service"); | 8102 | DEFSYM (QCservice, ":service"); |