From 6ecd75be1a677f46474a15827605ab95573b8738 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 8 Jun 2007 20:01:38 +0000 Subject: [PATCH] (x_default_scroll_bar_color_parameter): Use empty_unibyte_string, not empty_string. --- src/xfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 73a88dfc058..430cfc56a1d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1841,9 +1841,9 @@ x_default_scroll_bar_color_parameter (f, alist, prop, xprop, xclass, build_string (foreground_p ? "foreground" : "background"), - empty_string, + empty_unibyte_string, build_string ("verticalScrollBar"), - empty_string); + empty_unibyte_string); if (!STRINGP (tem)) { /* If nothing has been specified, scroll bars will use a -- 2.39.2