]> code.delx.au - gnu-emacs/commitdiff
(fix_submap_inheritance): Fix parens.
authorKarl Heuer <kwzh@gnu.org>
Wed, 8 Apr 1998 08:24:33 +0000 (08:24 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 8 Apr 1998 08:24:33 +0000 (08:24 +0000)
src/keymap.c

index 04d2bb28d5f7626bc4117f2579cd34870ec9d93e..c0a0f21a1260f027943f199dc11c691b8ceecd7b 100644 (file)
@@ -368,10 +368,10 @@ fix_submap_inheritance (map, event, submap)
   /* 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,