diff options
Diffstat (limited to 'src/insdel.c')
-rw-r--r-- | src/insdel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/insdel.c b/src/insdel.c index 3cab83711ba..9facec4cf34 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -83,7 +83,7 @@ check_markers () tail = BUF_MARKERS (current_buffer); - while (XSYMBOL (tail) != XSYMBOL (Qnil)) + while (! NILP (tail)) { if (XMARKER (tail)->buffer->text != current_buffer->text) abort (); |