emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] scratch/line-numbers 33073d5: Minor aesthetic fix of last


From: Eli Zaretskii
Subject: [Emacs-diffs] scratch/line-numbers 33073d5: Minor aesthetic fix of last change.
Date: Sun, 25 Jun 2017 13:56:39 -0400 (EDT)

branch: scratch/line-numbers
commit 33073d5629ca44f0d5db6fb29d1229da74e0e3c1
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    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 7649b16..aa75fca 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]