* frame.c (Qnoelisp): New symbol.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 Feb 2008 21:56:38 +0000 (21:56 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 10 Feb 2008 21:56:38 +0000 (21:56 +0000)
commitc53956feade4a83a7f3a18379aa83657f8976aa1
tree257f9db5691c03795986df1a44c9449127309521
parentf1914c4078082de71933f6cdf7735411e488d045
* frame.c (Qnoelisp): New symbol.
(syms_of_frame): Initialize it.
(Fdelete_frame): Use it to distinguish a mere `force' passed from
someharmles Elisp code, from a strong `force' from x_connection_closed.
* frame.h (Qnoelisp): Declare.
* xterm.c (x_connection_closed): Pass `noelisp'.
src/ChangeLog
src/frame.c
src/frame.h
src/terminal.c
src/xterm.c