diff options
| author | Dmitry Antipov | 2012-07-12 07:45:46 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-12 07:45:46 +0400 |
| commit | 4a7edc24ba4da27f44151df4e4541c86c35d3037 (patch) | |
| tree | 12ec51444ac8e10c3e62f59d1db1da32c3eef3e0 /src/xsettings.c | |
| parent | 42bd17194ca4b88032fb8b74aaf33b94b4353703 (diff) | |
| download | emacs-4a7edc24ba4da27f44151df4e4541c86c35d3037.tar.gz emacs-4a7edc24ba4da27f44151df4e4541c86c35d3037.zip | |
Use empty_unibyte_string where applicable.
* keyboard.c (parse_tool_bar_item): Use empty_unibyte_string.
* lread.c (read1): Likewise.
* xsettings.c (syms_of_xsettings): Likewise.
Diffstat (limited to 'src/xsettings.c')
| -rw-r--r-- | src/xsettings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xsettings.c b/src/xsettings.c index 6f7b81cbe87..a28d75d9422 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -1035,7 +1035,7 @@ If this variable is nil, Emacs ignores system font changes. */); | |||
| 1035 | 1035 | ||
| 1036 | DEFVAR_LISP ("xft-settings", Vxft_settings, | 1036 | DEFVAR_LISP ("xft-settings", Vxft_settings, |
| 1037 | doc: /* Font settings applied to Xft. */); | 1037 | doc: /* Font settings applied to Xft. */); |
| 1038 | Vxft_settings = make_string ("", 0); | 1038 | Vxft_settings = empty_unibyte_string; |
| 1039 | 1039 | ||
| 1040 | #ifdef HAVE_XFT | 1040 | #ifdef HAVE_XFT |
| 1041 | Fprovide (intern_c_string ("font-render-setting"), Qnil); | 1041 | Fprovide (intern_c_string ("font-render-setting"), Qnil); |