aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-02-10 21:56:38 +0000
committerStefan Monnier2008-02-10 21:56:38 +0000
commitc53956feade4a83a7f3a18379aa83657f8976aa1 (patch)
tree257f9db5691c03795986df1a44c9449127309521 /src/ChangeLog
parentf1914c4078082de71933f6cdf7735411e488d045 (diff)
downloademacs-c53956feade4a83a7f3a18379aa83657f8976aa1.tar.gz
emacs-c53956feade4a83a7f3a18379aa83657f8976aa1.zip
* 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'.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67f281919a9..782b2de8086 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12008-02-10 Stefan Monnier <monnier@iro.umontreal.ca> 12008-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * frame.c (Qnoelisp): New symbol.
4 (syms_of_frame): Initialize it.
5 (Fdelete_frame): Use it to distinguish a mere `force' passed from
6 someharmles Elisp code, from a strong `force' from x_connection_closed.
7 * frame.h (Qnoelisp): Declare.
8 * xterm.c (x_connection_closed): Pass `noelisp'.
9
3 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker) 10 * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
4 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd) 11 (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
5 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type 12 (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type