]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp): `mode-line-inverse-video' defualts to nil.
authorMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 00:22:28 +0000 (00:22 +0000)
committerMiles Bader <miles@gnu.org>
Wed, 22 Nov 2000 00:22:28 +0000 (00:22 +0000)
src/xdisp.c

index cc875e59e7cb456d6410b6a36c39ddb858301483..c018ebea4753bcca60172ac3c0ef57659f817eea 100644 (file)
@@ -13810,8 +13810,10 @@ of the top or bottom of the window.");
   truncate_partial_width_windows = 1;
 
   DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
-    "*Non-nil means use inverse video for the mode line.");
-  mode_line_inverse_video = 1;
+    "Non-nil means use inverse video for the mode line.\n\
+\n\
+This variable is deprecated; please use the face `mode-line' instead.");
+  mode_line_inverse_video = 0;
 
   DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit,
     "*Maximum buffer size for which line number should be displayed.\n\