diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index c087f87ca27..fd691063ed5 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -3982,7 +3982,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.") | |||
| 3982 | x_term_init (XSTRING (display)->data, xrm_option, | 3982 | x_term_init (XSTRING (display)->data, xrm_option, |
| 3983 | XSTRING (Vx_resource_name)->data); | 3983 | XSTRING (Vx_resource_name)->data); |
| 3984 | 3984 | ||
| 3985 | XFASTINT (Vwindow_system_version) = 11; | 3985 | XSETFASTINT (Vwindow_system_version, 11); |
| 3986 | 3986 | ||
| 3987 | BLOCK_INPUT; | 3987 | BLOCK_INPUT; |
| 3988 | xrdb = x_load_resources (x_current_display, xrm_option, | 3988 | xrdb = x_load_resources (x_current_display, xrm_option, |