aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/fns.c b/src/fns.c
index 3f109a81836..e9643627bfa 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3113,9 +3113,7 @@ value_cmp (Lisp_Object a, Lisp_Object b, int maxdepth)
3113 } 3113 }
3114 if (NILP (b)) 3114 if (NILP (b))
3115 return 1; 3115 return 1;
3116 else 3116 goto type_mismatch;
3117 goto type_mismatch;
3118 goto tail_recurse;
3119 3117
3120 case Lisp_Vectorlike: 3118 case Lisp_Vectorlike:
3121 if (VECTORLIKEP (b)) 3119 if (VECTORLIKEP (b))