1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

(Ftop_level): Add prototype.

This commit is contained in:
Pavel Janík 2001-10-14 16:14:53 +00:00
parent d624284cc8
commit 04d7d0668f
2 changed files with 3 additions and 0 deletions

View file

@ -2736,6 +2736,7 @@ extern Lisp_Object Vtty_erase_char, Vhelp_form, Vtop_level;
extern int input_pending;
EXFUN (Fdiscard_input, 0);
EXFUN (Frecursive_edit, 0);
EXFUN (Ftop_level, 0);
EXFUN (Fcommand_execute, 4);
EXFUN (Finput_pending_p, 0);
extern Lisp_Object menu_bar_items P_ ((Lisp_Object));