aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c
index ef49297e0fe..6c70ce60bb5 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -35370,7 +35370,9 @@ line number may be omitted from the mode line. */);
35370 line_number_display_limit_width = 200; 35370 line_number_display_limit_width = 200;
35371 35371
35372 DEFVAR_BOOL ("highlight-nonselected-windows", highlight_nonselected_windows, 35372 DEFVAR_BOOL ("highlight-nonselected-windows", highlight_nonselected_windows,
35373 doc: /* Non-nil means highlight region even in nonselected windows. */); 35373 doc: /* Non-nil means highlight active region even in nonselected windows.
35374When nil (the default), the active region is only highlighted when
35375the window is selected. */);
35374 highlight_nonselected_windows = false; 35376 highlight_nonselected_windows = false;
35375 35377
35376 DEFVAR_BOOL ("multiple-frames", multiple_frames, 35378 DEFVAR_BOOL ("multiple-frames", multiple_frames,