]> code.delx.au - gnu-emacs/blobdiff - src/coding.h
Clean up EMACS_INT/int usage in doc.c and doprnt.c.
[gnu-emacs] / src / coding.h
index 75ed84bef710ab43fa3252fb28c2aca1e6e155ca..0caa5b2f96f0a96c263dc9769755c67681cdfdef 100644 (file)
@@ -802,6 +802,9 @@ extern struct coding_system safe_terminal_coding;
 /* Default coding systems used for process I/O.  */
 extern Lisp_Object Vdefault_process_coding_system;
 
+/* Char table for translating Quail and self-inserting input.  */
+extern Lisp_Object Vtranslation_table_for_input;
+
 /* Function to call to force a user to force select a propert coding
    system.  */
 extern Lisp_Object Vselect_safe_coding_system_function;