#include "buffer.h"
#include "charset.h"
#include "coding.h"
+#include "keymap.h"
#include <MacTypes.h>
#include <Menus.h>
/* Search for a string appearing directly as an element of the keymap.
That string is the title of the menu. */
- prompt = map_prompt (keymap);
+ prompt = Fkeymap_prompt (keymap);
if (NILP (title) && !NILP (prompt))
title = prompt;
maps[i++] = keymap = get_keymap (Fcar (tem));
- prompt = map_prompt (keymap);
+ prompt = Fkeymap_prompt (keymap);
if (NILP (title) && !NILP (prompt))
title = prompt;
}