aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.h')
-rw-r--r--src/coding.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/coding.h b/src/coding.h
index bc8af2cc4a2..8eddf9d6855 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -688,20 +688,10 @@ extern Lisp_Object Vlocale_coding_system;
688 the subprocess output. */ 688 the subprocess output. */
689extern int inherit_process_coding_system; 689extern int inherit_process_coding_system;
690 690
691/* Coding-system to be used for encoding terminal output. This
692 structure contains information of a coding-system specified by the
693 function `set-terminal-coding-system'. */
694extern struct coding_system terminal_coding;
695
696/* Coding system to be used to encode text for terminal display when 691/* Coding system to be used to encode text for terminal display when
697 terminal coding system is nil. */ 692 terminal coding system is nil. */
698extern struct coding_system safe_terminal_coding; 693extern struct coding_system safe_terminal_coding;
699 694
700/* Coding-system of what is sent from terminal keyboard. This
701 structure contains information of a coding-system specified by the
702 function `set-keyboard-coding-system'. */
703extern struct coding_system keyboard_coding;
704
705/* Default coding system to be used to write a file. */ 695/* Default coding system to be used to write a file. */
706extern struct coding_system default_buffer_file_coding; 696extern struct coding_system default_buffer_file_coding;
707 697