diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 9095f244571..6ef25b88f32 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -101,3 +101,4 @@ extern Lisp_Object read_char (); | |||
| 101 | /* User-supplied string to translate input characters through. */ | 101 | /* User-supplied string to translate input characters through. */ |
| 102 | extern Lisp_Object Vkeyboard_translate_table; | 102 | extern Lisp_Object Vkeyboard_translate_table; |
| 103 | 103 | ||
| 104 | extern Lisp_Object map_prompt (); | ||