diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 77a344eba72..8b1d3a6b626 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -316,7 +316,7 @@ Lisp_Object QCdecode_translation_table, QCencode_translation_table; | |||
| 316 | Lisp_Object QCpost_read_conversion, QCpre_write_conversion; | 316 | Lisp_Object QCpost_read_conversion, QCpre_write_conversion; |
| 317 | 317 | ||
| 318 | extern Lisp_Object Qinsert_file_contents, Qwrite_region; | 318 | extern Lisp_Object Qinsert_file_contents, Qwrite_region; |
| 319 | Lisp_Object Qcall_process, Qcall_process_region, Qprocess_argument; | 319 | Lisp_Object Qcall_process, Qcall_process_region; |
| 320 | Lisp_Object Qstart_process, Qopen_network_stream; | 320 | Lisp_Object Qstart_process, Qopen_network_stream; |
| 321 | Lisp_Object Qtarget_idx; | 321 | Lisp_Object Qtarget_idx; |
| 322 | 322 | ||