diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coding.h b/src/coding.h index 573632abb9b..ef464caeadc 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -746,9 +746,6 @@ extern int inherit_process_coding_system; | |||
| 746 | terminal coding system is nil. */ | 746 | terminal coding system is nil. */ |
| 747 | extern struct coding_system safe_terminal_coding; | 747 | extern struct coding_system safe_terminal_coding; |
| 748 | 748 | ||
| 749 | /* Default coding system to be used to write a file. */ | ||
| 750 | extern struct coding_system default_buffer_file_coding; | ||
| 751 | |||
| 752 | /* Default coding systems used for process I/O. */ | 749 | /* Default coding systems used for process I/O. */ |
| 753 | extern Lisp_Object Vdefault_process_coding_system; | 750 | extern Lisp_Object Vdefault_process_coding_system; |
| 754 | 751 | ||