diff options
| author | Miles Bader | 2007-10-11 16:24:58 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-10-11 16:24:58 +0000 |
| commit | c73bd236f75b742ad4642ec94798987ae6e3e1e8 (patch) | |
| tree | ef5edc8db557fc1d25a17c379e4ae63a38b3ba5c /src/coding.h | |
| parent | ecb21060d5c1752d41d7a742be565c59b5fcb855 (diff) | |
| parent | 58ade22bf16a9ec2ff0aee6c59d8db4d1703e94f (diff) | |
| download | emacs-c73bd236f75b742ad4642ec94798987ae6e3e1e8.tar.gz emacs-c73bd236f75b742ad4642ec94798987ae6e3e1e8.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 866-879)
- Merge multi-tty branch
- Update from CVS
- Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-257
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; |