updated for version 7.1-026
diff --git a/src/normal.c b/src/normal.c
index cdd34a5..b1f8c6a 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -6379,7 +6379,7 @@
      */
     else if (cap->nchar == 'p' || cap->nchar == 'P')
     {
-	if (!checkclearopq(cap->oap))
+	if (!checkclearop(cap->oap))
 	{
 	    prep_redo_cmd(cap);
 	    do_put(cap->oap->regname,
diff --git a/src/version.c b/src/version.c
index 83ff53d..6d91572 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    26,
+/**/
     25,
 /**/
     24,