diff options
| author | Richard M. Stallman | 1997-08-11 00:20:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-11 00:20:14 +0000 |
| commit | e9fbf17cde41c88c225e3483f01846b2e27c129c (patch) | |
| tree | 7faabbe8e1e0edf1b3ea27e08815e56ef27bdc34 /src/msdos.c | |
| parent | f94f6c02a16e64fec31a234f52c26453b67b633b (diff) | |
| download | emacs-e9fbf17cde41c88c225e3483f01846b2e27c129c.tar.gz emacs-e9fbf17cde41c88c225e3483f01846b2e27c129c.zip | |
(Qbackground_color, Qforeground_color): Define vars.
Diffstat (limited to 'src/msdos.c')
| -rw-r--r-- | src/msdos.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/msdos.c b/src/msdos.c index 94b75a5efc3..7d31874e38c 100644 --- a/src/msdos.c +++ b/src/msdos.c | |||
| @@ -813,6 +813,9 @@ IT_set_menu_bar_lines (window, n) | |||
| 813 | 813 | ||
| 814 | /* This was copied from xfns.c */ | 814 | /* This was copied from xfns.c */ |
| 815 | 815 | ||
| 816 | Lisp_Object Qbackground_color; | ||
| 817 | Lisp_Object Qforeground_color; | ||
| 818 | |||
| 816 | void | 819 | void |
| 817 | x_set_menu_bar_lines (f, value, oldval) | 820 | x_set_menu_bar_lines (f, value, oldval) |
| 818 | struct frame *f; | 821 | struct frame *f; |