updated for version 7.0d02
diff --git a/src/spell.c b/src/spell.c
index 787a2c1..803f32d 100644
--- a/src/spell.c
+++ b/src/spell.c
@@ -6901,8 +6901,7 @@
 			    /* ... don't use a prefix list if combining
 			     * affixes is not allowed.  But do use the
 			     * compound flags after them. */
-			    if ((!ah->ah_combine || (condit & CONDIT_COMB))
-						       && use_pfxlist != NULL)
+			    if (!ah->ah_combine && use_pfxlist != NULL)
 				use_pfxlist += use_pfxlen;
 			}