emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/frame.c,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v
Date: Fri, 26 Oct 2007 01:59:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/26 01:59:26

Index: frame.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/frame.c,v
retrieving revision 1.357
retrieving revision 1.358
diff -u -b -r1.357 -r1.358
--- frame.c     25 Oct 2007 02:38:39 -0000      1.357
+++ frame.c     26 Oct 2007 01:59:25 -0000      1.358
@@ -4417,7 +4417,7 @@
 frame.  In the second invocation, the frame is already deleted, and
 the function should do nothing.  (You can use `frame-live-p' to check
 for this.)  This wrinkle happens when an earlier function in
-`delete-frame-functions' (indirectly) calls delete-frame
+`delete-frame-functions' (indirectly) calls `delete-frame'
 recursively.  */);
   Vdelete_frame_functions = Qnil;
 




reply via email to

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