From: Eli Zaretskii Date: Sun, 25 Jun 2017 17:55:58 +0000 (+0300) Subject: Minor aesthetic fix of last change. X-Git-Tag: emacs-26.0.90~518^2~156^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=33073d5629ca44f0d5db6fb29d1229da74e0e3c1;p=emacs.git Minor aesthetic fix of last change. --- 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