]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 94b75a5efc30c8920c9b3eabdbcbe8ef90bac1a9..7d31874e38cbb794e55e57829a9deb94d45d5342 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;