]> code.delx.au - gnu-emacs/blobdiff - src/coding.h
Merged from miles@gnu.org--gnu-2005 (patch 469)
[gnu-emacs] / src / coding.h
index ee86cd6ac12f84e3ddf25f351687d8b53f8eafc3..4081b7f2028556bf1f6d70a35d208cee14648ba4 100644 (file)
@@ -685,20 +685,10 @@ extern Lisp_Object Vlocale_coding_system;
    the subprocess output.  */
 extern int inherit_process_coding_system;
 
-/* Coding-system to be used for encoding terminal output.  This
-   structure contains information of a coding-system specified by the
-   function `set-terminal-coding-system'.  */
-extern struct coding_system terminal_coding;
-
 /* Coding system to be used to encode text for terminal display when
    terminal coding system is nil.  */
 extern struct coding_system safe_terminal_coding;
 
-/* Coding-system of what is sent from terminal keyboard.  This
-   structure contains information of a coding-system specified by the
-   function `set-keyboard-coding-system'.  */
-extern struct coding_system keyboard_coding;
-
 /* Default coding system to be used to write a file.  */
 extern struct coding_system default_buffer_file_coding;