aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 4213b170b6..0cdaf8e707 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -955,7 +955,7 @@ internal_equal (o1, o2, depth)
goto tail_recurse;
case Lisp_Misc:
- if (XMISC (o1)->type != XMISC (o2)->type)
+ if (XMISCTYPE (o1) != XMISCTYPE (o2))
return 0;
if (OVERLAYP (o1))
{