mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(Fx_open_connection): Don't use XFASTINT as an lvalue.
This commit is contained in:
parent
e09798108d
commit
d4edf04792
1 changed files with 1 additions and 1 deletions
|
|
@ -3982,7 +3982,7 @@ Optional second arg XRM_STRING is a string of resources in xrdb format.")
|
|||
x_term_init (XSTRING (display)->data, xrm_option,
|
||||
XSTRING (Vx_resource_name)->data);
|
||||
|
||||
XFASTINT (Vwindow_system_version) = 11;
|
||||
XSETFASTINT (Vwindow_system_version, 11);
|
||||
|
||||
BLOCK_INPUT;
|
||||
xrdb = x_load_resources (x_current_display, xrm_option,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue