emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Sun, 10 Feb 2008 21:56:40 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/02/10 21:56:39

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.6151
retrieving revision 1.6152
diff -u -b -r1.6151 -r1.6152
--- ChangeLog   10 Feb 2008 20:09:38 -0000      1.6151
+++ ChangeLog   10 Feb 2008 21:56:38 -0000      1.6152
@@ -1,5 +1,12 @@
 2008-02-10  Stefan Monnier  <address@hidden>
 
+       * 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'.
+
        * lisp.h (struct Lisp_Misc_Any, struct Lisp_Marker)
        (struct Lisp_Overlay, struct Lisp_Kboard_Objfwd)
        (struct Lisp_Save_Value, struct Lisp_Free): Use enum Lisp_Misc_Type




reply via email to

[Prev in Thread] Current Thread [Next in Thread]