(Qbackground_color, Qforeground_color): Define vars.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Aug 1997 00:20:14 +0000 (00:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Aug 1997 00:20:14 +0000 (00:20 +0000)
src/msdos.c

index 94b75a5..7d31874 100644 (file)
@@ -813,6 +813,9 @@ IT_set_menu_bar_lines (window, n)
 
 /* This was copied from xfns.c  */
 
+Lisp_Object Qbackground_color;
+Lisp_Object Qforeground_color;
+
 void
 x_set_menu_bar_lines (f, value, oldval)
      struct frame *f;