2000-06-16 Ken Raeburn <raeburn@gnu.org>
* xdisp.c (decode_mode_spec): In "no_value" case, do NUL
- termination of string.
+ termination of string. Fix sense of test whether
+ Vline_number_display_limit is an integer.
2000-06-16 Gerd Moellmann <gerd@gnu.org>
w->base_line_pos = Qnil;
/* If the buffer is very big, don't waste time. */
- if (!INTEGERP (Vline_number_display_limit)
+ if (INTEGERP (Vline_number_display_limit)
&& BUF_ZV (b) - BUF_BEGV (b) > XINT (Vline_number_display_limit))
{
w->base_line_pos = Qnil;