From: Juanma Barranquero Date: Fri, 19 Jul 2002 11:38:35 +0000 (+0000) Subject: (syms_of_xdisp): Remove redundant deprecation info. X-Git-Tag: ttn-vms-21-2-B4~13988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccfe8f572d9898c3d9d7aed57bdc6e2ea8458643;p=emacs.git (syms_of_xdisp): Remove redundant deprecation info. --- diff --git a/src/xdisp.c b/src/xdisp.c index 75189408d13..38457c569de 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -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,