1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-25 05:52:42 -08:00

(menu_item_enabled_p): Fix declaration.

This commit is contained in:
Karl Heuer 1994-09-17 03:16:16 +00:00
parent bde7c50060
commit 0f5e911dc8

View file

@ -392,6 +392,7 @@ menu_item_enabled_p_1 (arg)
static Lisp_Object
menu_item_enabled_p (def, notreal)
Lisp_Object def;
int notreal;
{
Lisp_Object enabled, tem;