aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2017-06-25 20:55:58 +0300
committerEli Zaretskii2017-06-25 20:55:58 +0300
commit33073d5629ca44f0d5db6fb29d1229da74e0e3c1 (patch)
tree10bfcbc1b4c3142e9b738488e51f4023f5eb0a89 /src
parent5d1025e7162db46b3c8d7c19facd8f9b9eff6f49 (diff)
downloademacs-33073d5629ca44f0d5db6fb29d1229da74e0e3c1.tar.gz
emacs-33073d5629ca44f0d5db6fb29d1229da74e0e3c1.zip
Minor aesthetic fix of last change.
Diffstat (limited to 'src')
-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)
20951 property, disable line numbers for this row. For ZV, we need to 20951 property, disable line numbers for this row. For ZV, we need to
20952 use a special algorithm that only supports empty overlays at that 20952 use a special algorithm that only supports empty overlays at that
20953 point, because get-char-property always returns nil for ZV. */ 20953 point, because get-char-property always returns nil for ZV. */
20954 Lisp_Object val = Qnil; 20954 Lisp_Object val;
20955 if (IT_CHARPOS (*it) >= ZV) 20955 if (IT_CHARPOS (*it) >= ZV)
20956 val = disable_line_numbers_overlay_at_eob (); 20956 val = disable_line_numbers_overlay_at_eob ();
20957 else 20957 else