]> git.eshelyaron.com Git - emacs.git/commit
Fix Atoms and Lisp_Object mixup and related bugs.
authorJan D <jan.h.d@swipnet.se>
Sat, 13 Nov 2010 18:59:28 +0000 (19:59 +0100)
committerJan D <jan.h.d@swipnet.se>
Sat, 13 Nov 2010 18:59:28 +0000 (19:59 +0100)
commit933e29ff5e9d63ae6976cc998980042fbea09b26
treebe0b2316d739a21bc38eafbf6fb40cd66925eb01
parenta048073e243c62bae2727e70913ec54133ae8746
Fix Atoms and Lisp_Object mixup and related bugs.

* src/xselect.c (x_send_client_event): Move CHECK_STRING ...
(Fx_send_client_event): to here.

* src/xterm.c (set_wm_state): Don't put Atom in cons, call
make_fixnum_or_float on them first.
(x_term_init): Initialize Xatom_net_supporting_wm_check and
Xatom_net_supported correctly.
src/ChangeLog
src/xselect.c
src/xterm.c