summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-04-16 03:50:19 +0000
committerRichard M. Stallman <rms@gnu.org>1994-04-16 03:50:19 +0000
commit71e61810da1b724619df213a294daeb5294f2194 (patch)
tree87856494d76e249835f933c9ae0910bc7aec3ff9 /src/keyboard.h
parentad2aeb8d88f3a94dfad2a0fab826252f87cee035 (diff)
downloademacs-71e61810da1b724619df213a294daeb5294f2194.tar.gz
(map_prompt): Declared.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h1
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 ();