diff options
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c index dcd31fe9f28..32d1c64afbe 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -303,7 +303,6 @@ Lisp_Object Vcoding_system_hash_table; | |||
| 303 | 303 | ||
| 304 | Lisp_Object Qcoding_system, Qcoding_aliases, Qeol_type; | 304 | Lisp_Object Qcoding_system, Qcoding_aliases, Qeol_type; |
| 305 | Lisp_Object Qunix, Qdos; | 305 | Lisp_Object Qunix, Qdos; |
| 306 | extern Lisp_Object Qmac; /* frame.c */ | ||
| 307 | Lisp_Object Qbuffer_file_coding_system; | 306 | Lisp_Object Qbuffer_file_coding_system; |
| 308 | Lisp_Object Qpost_read_conversion, Qpre_write_conversion; | 307 | Lisp_Object Qpost_read_conversion, Qpre_write_conversion; |
| 309 | Lisp_Object Qdefault_char; | 308 | Lisp_Object Qdefault_char; |
| @@ -317,7 +316,6 @@ Lisp_Object QCdecode_translation_table, QCencode_translation_table; | |||
| 317 | Lisp_Object QCpost_read_conversion, QCpre_write_conversion; | 316 | Lisp_Object QCpost_read_conversion, QCpre_write_conversion; |
| 318 | Lisp_Object QCascii_compatible_p; | 317 | Lisp_Object QCascii_compatible_p; |
| 319 | 318 | ||
| 320 | extern Lisp_Object Qinsert_file_contents, Qwrite_region; | ||
| 321 | Lisp_Object Qcall_process, Qcall_process_region; | 319 | Lisp_Object Qcall_process, Qcall_process_region; |
| 322 | Lisp_Object Qstart_process, Qopen_network_stream; | 320 | Lisp_Object Qstart_process, Qopen_network_stream; |
| 323 | Lisp_Object Qtarget_idx; | 321 | Lisp_Object Qtarget_idx; |
| @@ -325,8 +323,6 @@ Lisp_Object Qtarget_idx; | |||
| 325 | Lisp_Object Qinsufficient_source, Qinconsistent_eol, Qinvalid_source; | 323 | Lisp_Object Qinsufficient_source, Qinconsistent_eol, Qinvalid_source; |
| 326 | Lisp_Object Qinterrupted, Qinsufficient_memory; | 324 | Lisp_Object Qinterrupted, Qinsufficient_memory; |
| 327 | 325 | ||
| 328 | extern Lisp_Object Qcompletion_ignore_case; | ||
| 329 | |||
| 330 | /* If a symbol has this property, evaluate the value to define the | 326 | /* If a symbol has this property, evaluate the value to define the |
| 331 | symbol as a coding system. */ | 327 | symbol as a coding system. */ |
| 332 | static Lisp_Object Qcoding_system_define_form; | 328 | static Lisp_Object Qcoding_system_define_form; |