diff src/keymap.c @ 21429:3552d6fbbddc

(fix_submap_inheritance): Fix parens.
author Karl Heuer <kwzh@gnu.org>
date Wed, 08 Apr 1998 08:24:33 +0000
parents 8d9370825e85
children fa9ff387d260
line wrap: on
line diff
--- a/src/keymap.c	Wed Apr 08 07:26:54 1998 +0000
+++ b/src/keymap.c	Wed Apr 08 08:24:33 1998 +0000
@@ -368,10 +368,10 @@
   /* SUBMAP is a cons that we found as a key binding.
      Discard the other things found in a menu key binding.  */
 
-  if CONSP (submap)
+  if (CONSP (submap))
     {
       /* May be an old format menu item */
-      if STRINGP (XCONS (submap)->car)
+      if (STRINGP (XCONS (submap)->car))
 	{
 	  submap = XCONS (submap)->cdr;
 	  /* Also remove a menu help string, if any,