diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-04-16 03:50:19 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-04-16 03:50:19 +0000 |
commit | 71e61810da1b724619df213a294daeb5294f2194 (patch) | |
tree | 87856494d76e249835f933c9ae0910bc7aec3ff9 /src/keyboard.h | |
parent | ad2aeb8d88f3a94dfad2a0fab826252f87cee035 (diff) | |
download | emacs-71e61810da1b724619df213a294daeb5294f2194.tar.gz |
(map_prompt): Declared.
Diffstat (limited to 'src/keyboard.h')
-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 (); /* User-supplied string to translate input characters through. */ extern Lisp_Object Vkeyboard_translate_table; +extern Lisp_Object map_prompt (); |