aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/msdos.c12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/msdos.c b/src/msdos.c
index a1113cc4d4c..9939cc5fe7a 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -2098,10 +2098,10 @@ x_set_menu_bar_lines (f, value, oldval)
2098 set_menu_bar_lines (f, value, oldval); 2098 set_menu_bar_lines (f, value, oldval);
2099} 2099}
2100 2100
2101/* This was copied from xfns.c */ 2101/* This was copied from xfaces.c */
2102 2102
2103Lisp_Object Qbackground_color; 2103extern Lisp_Object Qbackground_color;
2104Lisp_Object Qforeground_color; 2104extern Lisp_Object Qforeground_color;
2105Lisp_Object Qreverse; 2105Lisp_Object Qreverse;
2106extern Lisp_Object Qtitle; 2106extern Lisp_Object Qtitle;
2107 2107
@@ -5229,11 +5229,7 @@ For example, if a block cursor is over a tab, it will be drawn as\n\
5229wide as that tab on the display. (No effect on MS-DOS.)"); 5229wide as that tab on the display. (No effect on MS-DOS.)");
5230 x_stretch_cursor_p = 0; 5230 x_stretch_cursor_p = 0;
5231 5231
5232 /* The following three are from xfns.c: */ 5232 /* The following two are from xfns.c: */
5233 Qbackground_color = intern ("background-color");
5234 staticpro (&Qbackground_color);
5235 Qforeground_color = intern ("foreground-color");
5236 staticpro (&Qforeground_color);
5237 Qbar = intern ("bar"); 5233 Qbar = intern ("bar");
5238 staticpro (&Qbar); 5234 staticpro (&Qbar);
5239 Qcursor_type = intern ("cursor-type"); 5235 Qcursor_type = intern ("cursor-type");