]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): Remove redundant deprecation info.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:38:35 +0000 (11:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:38:35 +0000 (11:38 +0000)
src/xdisp.c

index 75189408d1323ed6d3bb2bfbd7229b124c2d57ae..38457c569de3d30aee95722f4d14bcc5d9844c82 100644 (file)
@@ -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,