1
Fork 0
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:
Karl Heuer 1994-10-04 16:46:24 +00:00
parent e09798108d
commit d4edf04792

View file

@ -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,