aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMiles Bader2000-11-22 00:22:28 +0000
committerMiles Bader2000-11-22 00:22:28 +0000
commit1b6022cf6b38340733b5468bd6c7c807c565e840 (patch)
tree07f0c612703401c14b41728eab5f0388d751011d /src
parent8d0f00fdd4a57364e98d548d79b1f61248f86688 (diff)
downloademacs-1b6022cf6b38340733b5468bd6c7c807c565e840.tar.gz
emacs-1b6022cf6b38340733b5468bd6c7c807c565e840.zip
(syms_of_xdisp): `mode-line-inverse-video' defualts to nil.
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index cc875e59e7c..c018ebea475 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -13810,8 +13810,10 @@ of the top or bottom of the window.");
13810 truncate_partial_width_windows = 1; 13810 truncate_partial_width_windows = 1;
13811 13811
13812 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video, 13812 DEFVAR_BOOL ("mode-line-inverse-video", &mode_line_inverse_video,
13813 "*Non-nil means use inverse video for the mode line."); 13813 "Non-nil means use inverse video for the mode line.\n\
13814 mode_line_inverse_video = 1; 13814\n\
13815This variable is deprecated; please use the face `mode-line' instead.");
13816 mode_line_inverse_video = 0;
13815 13817
13816 DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit, 13818 DEFVAR_LISP ("line-number-display-limit", &Vline_number_display_limit,
13817 "*Maximum buffer size for which line number should be displayed.\n\ 13819 "*Maximum buffer size for which line number should be displayed.\n\