comparison src/xdisp.c @ 46538:f9195cae859a

(syms_of_xdisp): Remove redundant deprecation info.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Jul 2002 11:38:35 +0000
parents 1e108eb581e8
children 2baec6e7cec6
comparison
equal deleted inserted replaced
46537:46f175ecf5d4 46538:f9195cae859a
15332 truncate_partial_width_windows = 1; 15332 truncate_partial_width_windows = 1;
15333 15333
15334 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video, 15334 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
15335 doc: /* nil means display the mode-line/header-line/menu-bar in the default face. 15335 doc: /* nil means display the mode-line/header-line/menu-bar in the default face.
15336 Any other value means to use the appropriate face, `mode-line', 15336 Any other value means to use the appropriate face, `mode-line',
15337 `header-line', or `menu' respectively. 15337 `header-line', or `menu' respectively. */);
15338
15339 This variable is deprecated; please change the above faces instead. */);
15340 mode_line_inverse_video = 1; 15338 mode_line_inverse_video = 1;
15341 15339
15342 DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit, 15340 DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit,
15343 doc: /* *Maximum buffer size for which line number should be displayed. 15341 doc: /* *Maximum buffer size for which line number should be displayed.
15344 If the buffer is bigger than this, the line number does not appear 15342 If the buffer is bigger than this, the line number does not appear