aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.h
diff options
context:
space:
mode:
authorMiles Bader2007-08-29 05:28:10 +0000
committerMiles Bader2007-08-29 05:28:10 +0000
commit8d9cc0b7ea1893059df8788129998e9a71ec07f3 (patch)
tree4caa326ed8de37c8c0a859c7071593362832d37e /src/coding.h
parentcb5b9015b372175f1fc90cb7ba3f43298c621509 (diff)
parent5142de65ce179e846514ec7355274ab22822a85c (diff)
downloademacs-8d9cc0b7ea1893059df8788129998e9a71ec07f3.tar.gz
emacs-8d9cc0b7ea1893059df8788129998e9a71ec07f3.zip
Merge multi-tty branch
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-866
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 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. */
697extern int inherit_process_coding_system; 697extern 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'. */
702extern 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. */
706extern struct coding_system safe_terminal_coding; 701extern 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'. */
711extern 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. */
714extern struct coding_system default_buffer_file_coding; 704extern struct coding_system default_buffer_file_coding;
715 705