diff options
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/coding.h b/src/coding.h index 2efcd4f47e2..a53a74ec161 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -696,20 +696,10 @@ extern Lisp_Object Vlocale_coding_system; | |||
| 696 | the subprocess output. */ | 696 | the subprocess output. */ |
| 697 | extern int inherit_process_coding_system; | 697 | extern int inherit_process_coding_system; |
| 698 | 698 | ||
| 699 | /* Coding-system to be used for encoding terminal output. This | ||
| 700 | structure contains information of a coding-system specified by the | ||
| 701 | function `set-terminal-coding-system'. */ | ||
| 702 | extern struct coding_system terminal_coding; | ||
| 703 | |||
| 704 | /* Coding system to be used to encode text for terminal display when | 699 | /* Coding system to be used to encode text for terminal display when |
| 705 | terminal coding system is nil. */ | 700 | terminal coding system is nil. */ |
| 706 | extern struct coding_system safe_terminal_coding; | 701 | extern struct coding_system safe_terminal_coding; |
| 707 | 702 | ||
| 708 | /* Coding-system of what is sent from terminal keyboard. This | ||
| 709 | structure contains information of a coding-system specified by the | ||
| 710 | function `set-keyboard-coding-system'. */ | ||
| 711 | extern struct coding_system keyboard_coding; | ||
| 712 | |||
| 713 | /* Default coding system to be used to write a file. */ | 703 | /* Default coding system to be used to write a file. */ |
| 714 | extern struct coding_system default_buffer_file_coding; | 704 | extern struct coding_system default_buffer_file_coding; |
| 715 | 705 | ||