diff options
| author | Karl Heuer | 1994-10-04 16:46:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-10-04 16:46:24 +0000 |
| commit | d4edf04792eddbb648f136d2031d80a95c88c85b (patch) | |
| tree | ec74efdee2381e4f328694a2ef686220b750fcf8 /src | |
| parent | e09798108da0d80621cf4b04897f57f75745e6e7 (diff) | |
| download | emacs-d4edf04792eddbb648f136d2031d80a95c88c85b.tar.gz emacs-d4edf04792eddbb648f136d2031d80a95c88c85b.zip | |
(Fx_open_connection): Don't use XFASTINT as an lvalue.
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, |