]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor aesthetic fix of last change.
authorEli Zaretskii <eliz@gnu.org>
Sun, 25 Jun 2017 17:55:58 +0000 (20:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 25 Jun 2017 17:55:58 +0000 (20:55 +0300)
src/xdisp.c

index 7649b16e97492e97db797b60bbe298388dcdc195..aa75fcaf77ce9dbbb7dc99487eca1ed779fd4442 100644 (file)
@@ -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