diff options
| author | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
|---|---|---|
| committer | Stefan Monnier | 2010-08-11 07:42:48 +0200 |
| commit | c566235d981eba73c88bbff00b6a1d88360b6e9f (patch) | |
| tree | f8d653add3570fe750a83d1123ed35022e0bf4ef /src/coding.h | |
| parent | 0bfdb86f425a88fe43ebc88851c6f9a6418e1862 (diff) | |
| parent | 490b89acab3e759426ede25c31c94268df55e925 (diff) | |
| download | emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.tar.gz emacs-c566235d981eba73c88bbff00b6a1d88360b6e9f.zip | |
Merge from trunk
Diffstat (limited to 'src/coding.h')
| -rw-r--r-- | src/coding.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/coding.h b/src/coding.h index 75ed84bef71..0caa5b2f96f 100644 --- a/src/coding.h +++ b/src/coding.h | |||
| @@ -802,6 +802,9 @@ extern struct coding_system safe_terminal_coding; | |||
| 802 | /* Default coding systems used for process I/O. */ | 802 | /* Default coding systems used for process I/O. */ |
| 803 | extern Lisp_Object Vdefault_process_coding_system; | 803 | extern Lisp_Object Vdefault_process_coding_system; |
| 804 | 804 | ||
| 805 | /* Char table for translating Quail and self-inserting input. */ | ||
| 806 | extern Lisp_Object Vtranslation_table_for_input; | ||
| 807 | |||
| 805 | /* Function to call to force a user to force select a propert coding | 808 | /* Function to call to force a user to force select a propert coding |
| 806 | system. */ | 809 | system. */ |
| 807 | extern Lisp_Object Vselect_safe_coding_system_function; | 810 | extern Lisp_Object Vselect_safe_coding_system_function; |