From: Stefan Monnier Date: Mon, 8 Oct 2001 11:41:04 +0000 (+0000) Subject: (map_prompt): Remove. X-Git-Tag: ttn-vms-21-2-B4~19637 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e2a0e2fe916007e735918f1fb3e8dc841c2bdda;p=emacs.git (map_prompt): Remove. --- diff --git a/src/keyboard.h b/src/keyboard.h index 14dad977cd3..ff867f0c268 100644 --- a/src/keyboard.h +++ b/src/keyboard.h @@ -300,8 +300,6 @@ extern Lisp_Object read_char P_ ((int, int, Lisp_Object *, Lisp_Object, int *)); /* User-supplied string to translate input characters through. */ extern Lisp_Object Vkeyboard_translate_table; -extern Lisp_Object map_prompt P_ ((Lisp_Object)); - extern int parse_menu_item P_ ((Lisp_Object, int, int));