]> git.eshelyaron.com Git - emacs.git/commitdiff
Exclude blank columns from value of line-number-display-width
authorEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2017 14:30:06 +0000 (17:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 7 Jul 2017 14:30:06 +0000 (17:30 +0300)
* src/indent.c (Fline_number_display_width): Don't add 2 to the
number of columns we return, to make this consistent with
display-line-number-width.

src/indent.c

index ba93650993442aa66b20aa15be2a3d5ea6446964..4c6dacd20429cff30b403195cf0db98b23a7872d 100644 (file)
@@ -1995,9 +1995,7 @@ line numbers, `line-number'.  */)
   line_number_display_width (XWINDOW (selected_window), &width, &pixel_width);
   if (!NILP (pixelwise))
     return make_number (pixel_width);
-  /* FIXME: The "+ 2" part knows that we add a blank on each side of
-     the line number when producing glyphs for display.  */
-  return make_number (width + 2);
+  return make_number (width);
 }
 
 /* In window W (derived from WINDOW), return x coordinate for column