updated for version 7.2-074
diff --git a/src/gui_mac.c b/src/gui_mac.c
index d54c110..9112c56 100644
--- a/src/gui_mac.c
+++ b/src/gui_mac.c
@@ -4966,7 +4966,7 @@
 	char_u	    *p_actext;
 
 	p_actext = menu->actext;
-	key = find_special_key(&p_actext, &modifiers, /*keycode=*/0);
+	key = find_special_key(&p_actext, &modifiers, FALSE, FALSE);
 	if (*p_actext != 0)
 	    key = 0; /* error: trailing text */
 	/* find_special_key() returns a keycode with as many of the
diff --git a/src/version.c b/src/version.c
index 460701c..b7dd643 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    74,
+/**/
     73,
 /**/
     72,