diff options
Diffstat (limited to 'src/xfaces.c')
-rw-r--r-- | src/xfaces.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfaces.c b/src/xfaces.c index 828788b4abd..363d3bb0784 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -1197,6 +1197,9 @@ COLOR must be a valid color name. */) record that fact in flags of the face so that we don't try to free these colors. */ +#ifndef MSDOS +static +#endif unsigned long load_color (struct frame *f, struct face *face, Lisp_Object name, enum lface_attribute_index target_index) |