diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.h b/src/coding.h index aab23a2fbf6..f96b86b2413 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -704,7 +704,7 @@ extern Lisp_Object eol_mnemonic_undecided; | |||
| 704 | 704 | ||
| 705 | #ifdef emacs | 705 | #ifdef emacs |
| 706 | extern Lisp_Object Qfile_coding_system; | 706 | extern Lisp_Object Qfile_coding_system; |
| 707 | extern Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 707 | extern Lisp_Object Qcall_process, Qcall_process_region; |
| 708 | extern Lisp_Object Qstart_process, Qopen_network_stream; | 708 | extern Lisp_Object Qstart_process, Qopen_network_stream; |
| 709 | extern Lisp_Object Qwrite_region; | 709 | extern Lisp_Object Qwrite_region; |
| 710 | 710 | ||