diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/coding.h b/src/coding.h index 134402f3256..573632abb9b 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -742,19 +742,12 @@ extern Lisp_Object Vlocale_coding_system; | |||
| 742 | the subprocess output. */ | 742 | the subprocess output. */ |
| 743 | extern int inherit_process_coding_system; | 743 | extern int inherit_process_coding_system; |
| 744 | 744 | ||
| 745 | /* Coding-system to be used for encoding terminal output. This | ||
| 746 | structure contains information of a coding-system specified by the | ||
| 747 | function `set-terminal-coding-system'. */ | ||
| 748 | extern struct coding_system terminal_coding; | ||
| 749 | |||
| 750 | /* Coding system to be used to encode text for terminal display when | 745 | /* Coding system to be used to encode text for terminal display when |
| 751 | terminal coding system is nil. */ | 746 | terminal coding system is nil. */ |
| 752 | extern struct coding_system safe_terminal_coding; | 747 | extern struct coding_system safe_terminal_coding; |
| 753 | 748 | ||
| 754 | /* Coding-system of what is sent from terminal keyboard. This | 749 | /* Default coding system to be used to write a file. */ |
| 755 | structure contains information of a coding-system specified by the | 750 | extern struct coding_system default_buffer_file_coding; |
| 756 | function `set-keyboard-coding-system'. */ | ||
| 757 | extern struct coding_system keyboard_coding; | ||
| 758 | 751 | ||
| 759 | /* Default coding systems used for process I/O. */ | 752 | /* Default coding systems used for process I/O. */ |
| 760 | extern Lisp_Object Vdefault_process_coding_system; | 753 | extern Lisp_Object Vdefault_process_coding_system; |