diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -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)) |