diff options
| author | Juanma Barranquero | 2007-06-08 20:01:38 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-08 20:01:38 +0000 |
| commit | 6ecd75be1a677f46474a15827605ab95573b8738 (patch) | |
| tree | 10d3d9a872d55c8ac5c1ae30e9bb44dd2e2c99c3 /src | |
| parent | ce33e8eb5f74e1c25481b1672523963d552f7550 (diff) | |
| download | emacs-6ecd75be1a677f46474a15827605ab95573b8738.tar.gz emacs-6ecd75be1a677f46474a15827605ab95573b8738.zip | |
(x_default_scroll_bar_color_parameter):
Use empty_unibyte_string, not empty_string.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 4 |
1 files 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, | |||
| 1841 | build_string (foreground_p | 1841 | build_string (foreground_p |
| 1842 | ? "foreground" | 1842 | ? "foreground" |
| 1843 | : "background"), | 1843 | : "background"), |
| 1844 | empty_string, | 1844 | empty_unibyte_string, |
| 1845 | build_string ("verticalScrollBar"), | 1845 | build_string ("verticalScrollBar"), |
| 1846 | empty_string); | 1846 | empty_unibyte_string); |
| 1847 | if (!STRINGP (tem)) | 1847 | if (!STRINGP (tem)) |
| 1848 | { | 1848 | { |
| 1849 | /* If nothing has been specified, scroll bars will use a | 1849 | /* If nothing has been specified, scroll bars will use a |