Mercurial > emacs
changeset 39698:1af81820a584
(map_prompt): Remove.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 08 Oct 2001 11:41:04 +0000 |
parents | 0b986bb45526 |
children | d63a1f537cb7 |
files | src/keyboard.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.h Mon Oct 08 11:39:52 2001 +0000 +++ b/src/keyboard.h Mon Oct 08 11:41:04 2001 +0000 @@ -300,8 +300,6 @@ /* 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));