diff options
| author | Miles Bader | 2007-05-13 13:26:57 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-13 13:26:57 +0000 |
| commit | 2ccf59411f334a41f2c64b1220a5d45f11071cae (patch) | |
| tree | 06557aa3117c2c13e011840d748c0f43111e7473 /src/coding.h | |
| parent | 68380acf41d91014634d625e5f529cd3f773fbd4 (diff) | |
| parent | d6897a018781164bf9e7bd4ca51c87b303170313 (diff) | |
| download | emacs-2ccf59411f334a41f2c64b1220a5d45f11071cae.tar.gz emacs-2ccf59411f334a41f2c64b1220a5d45f11071cae.zip | |
Import arch branch emacs@sv.gnu.org/emacs--multi-tty--0
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 b4e26686229..fc087ccb180 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 | ||