mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(syms_of_xdisp): Remove redundant deprecation info.
This commit is contained in:
parent
bd292357c4
commit
ccfe8f572d
1 changed files with 1 additions and 3 deletions
|
|
@ -15334,9 +15334,7 @@ of the top or bottom of the window. */);
|
|||
DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
|
||||
doc: /* nil means display the mode-line/header-line/menu-bar in the default face.
|
||||
Any other value means to use the appropriate face, `mode-line',
|
||||
`header-line', or `menu' respectively.
|
||||
|
||||
This variable is deprecated; please change the above faces instead. */);
|
||||
`header-line', or `menu' respectively. */);
|
||||
mode_line_inverse_video = 1;
|
||||
|
||||
DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit,
|
||||
|
|
|
|||
Loading…
Reference in a new issue