From 33073d5629ca44f0d5db6fb29d1229da74e0e3c1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 25 Jun 2017 20:55:58 +0300 Subject: [PATCH] Minor aesthetic fix of last change. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index 7649b16e974..aa75fcaf77c 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -20951,7 +20951,7 @@ should_produce_line_number (struct it *it) property, disable line numbers for this row. For ZV, we need to use a special algorithm that only supports empty overlays at that point, because get-char-property always returns nil for ZV. */ - Lisp_Object val = Qnil; + Lisp_Object val; if (IT_CHARPOS (*it) >= ZV) val = disable_line_numbers_overlay_at_eob (); else -- 2.39.2