summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2017-06-25 20:55:58 +0300
committerEli Zaretskii <eliz@gnu.org>2017-06-25 20:55:58 +0300
commit33073d5629ca44f0d5db6fb29d1229da74e0e3c1 (patch)
tree10bfcbc1b4c3142e9b738488e51f4023f5eb0a89
parent5d1025e7162db46b3c8d7c19facd8f9b9eff6f49 (diff)
downloademacs-33073d5629ca44f0d5db6fb29d1229da74e0e3c1.tar.gz
Minor aesthetic fix of last change.
-rw-r--r--src/xdisp.c2
1 files changed, 1 insertions, 1 deletions
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