(x_term_init): Instead of inhibiting GC while running Lisp
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2010 04:49:37 +0000 (23:49 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 16 Jan 2010 04:49:37 +0000 (23:49 -0500)
commit523ae620e8b915eb52101fd5808e1cff67cd559a
tree2e1e245304a8b794aa04ebf78bdebcca7ba739fa
parent045b9da7879353dfcba2264cfcd0ba0353669846
(x_term_init): Instead of inhibiting GC while running Lisp
code, link the new kboard into all_kboard before running Lisp code,
and protect the new terminal with GCPRO (Bug#5365).
(x_term_init): Remove unused var `atom'.
(x_delete_display, x_delete_terminal): Remove unused var `i'.
src/ChangeLog
src/xterm.c