diff options
| author | Richard M. Stallman | 1994-04-16 03:50:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-16 03:50:19 +0000 |
| commit | 71e61810da1b724619df213a294daeb5294f2194 (patch) | |
| tree | 87856494d76e249835f933c9ae0910bc7aec3ff9 /src | |
| parent | ad2aeb8d88f3a94dfad2a0fab826252f87cee035 (diff) | |
| download | emacs-71e61810da1b724619df213a294daeb5294f2194.tar.gz emacs-71e61810da1b724619df213a294daeb5294f2194.zip | |
(map_prompt): Declared.
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 (); | ||