1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00

(popup_activated_flag): Add extern declaration.

This commit is contained in:
Gerd Moellmann 2000-01-25 15:54:07 +00:00
parent 95d9dd00bd
commit acb137e591

View file

@ -2721,6 +2721,7 @@ extern Lisp_Object get_local_map P_ ((int, struct buffer *));
EXFUN (Fx_popup_menu, 2);
EXFUN (Fx_popup_dialog, 2);
extern void syms_of_xmenu P_ ((void));
extern int popup_activated_flag;
/* defined in sysdep.c */
extern void stuff_char P_ ((char c));