aboutsummaryrefslogtreecommitdiffstats
path: root/src/intervals.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intervals.c')
-rw-r--r--src/intervals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 4c624ea79c1..c3e137cc38c 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -197,7 +197,7 @@ intervals_equal (INTERVAL i0, INTERVAL i1)
197 } 197 }
198 198
199 /* i0 has something i1 doesn't. */ 199 /* i0 has something i1 doesn't. */
200 if (EQ (i1_val, Qnil)) 200 if (NILP (i1_val))
201 return false; 201 return false;
202 202
203 /* i0 and i1 both have sym, but it has different values in each. */ 203 /* i0 and i1 both have sym, but it has different values in each. */