* src/keyboard.c (interrupt_signal): Don't call kill-emacs when
waiting for input.
+2011-12-01 Andreas Schwab <schwab@linux-m68k.org>
+
+ * keyboard.c (interrupt_signal): Don't call kill-emacs when
+ waiting for input. (Bug#10169)
+
2011-11-30 Eli Zaretskii <eliz@gnu.org>
* dispnew.c (adjust_glyph_matrix): Remove the assertion that
/* If there are no frames there, let's pretend that we are a
well-behaving UN*X program and quit. We cannot do that while
GC is in progress, though. */
- if (!gc_in_progress)
+ if (!gc_in_progress && !waiting_for_input)
Fkill_emacs (Qnil);
else
Vquit_flag = Qt;