emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src keyboard.c nsterm.m term.c termhooks....


From: Martin Rudalics
Subject: [Emacs-diffs] emacs/src keyboard.c nsterm.m term.c termhooks....
Date: Tue, 23 Dec 2008 07:28:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/12/23 07:28:09

Modified files:
        src            : keyboard.c nsterm.m term.c termhooks.h 
                         w32term.c xfaces.c 

Log message:
        In comments, write delete_frame instead of Fdelete_frame.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/keyboard.c?cvsroot=emacs&r1=1.984&r2=1.985
http://cvs.savannah.gnu.org/viewcvs/emacs/src/nsterm.m?cvsroot=emacs&r1=1.39&r2=1.40
http://cvs.savannah.gnu.org/viewcvs/emacs/src/term.c?cvsroot=emacs&r1=1.232&r2=1.233
http://cvs.savannah.gnu.org/viewcvs/emacs/src/termhooks.h?cvsroot=emacs&r1=1.98&r2=1.99
http://cvs.savannah.gnu.org/viewcvs/emacs/src/w32term.c?cvsroot=emacs&r1=1.312&r2=1.313
http://cvs.savannah.gnu.org/viewcvs/emacs/src/xfaces.c?cvsroot=emacs&r1=1.422&r2=1.423

Patches:
Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.984
retrieving revision 1.985
diff -u -b -r1.984 -r1.985
--- keyboard.c  21 Dec 2008 04:13:48 -0000      1.984
+++ keyboard.c  23 Dec 2008 07:28:06 -0000      1.985
@@ -7040,7 +7040,7 @@
                    alone in its group.  */
                 kill (getpid (), SIGHUP);
 
-              /* XXX Is calling delete_terminal safe here?  It calls 
Fdelete_frame. */
+              /* XXX Is calling delete_terminal safe here?  It calls 
delete_frame. */
              {
                Lisp_Object tmp;
                XSETTERMINAL (tmp, t);

Index: nsterm.m
===================================================================
RCS file: /sources/emacs/emacs/src/nsterm.m,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -b -r1.39 -r1.40
--- nsterm.m    28 Nov 2008 05:40:39 -0000      1.39
+++ nsterm.m    23 Dec 2008 07:28:07 -0000      1.40
@@ -3662,7 +3662,7 @@
   struct ns_display_info *dpyinfo = terminal->display_info.ns;
   int i;
 
-  /* Protect against recursive calls.  Fdelete_frame in
+  /* Protect against recursive calls.  delete_frame in
      delete_terminal calls us back when it deletes our last frame.  */
   if (!terminal->name)
     return;

Index: term.c
===================================================================
RCS file: /sources/emacs/emacs/src/term.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -b -r1.232 -r1.233
--- term.c      12 Dec 2008 00:54:31 -0000      1.232
+++ term.c      23 Dec 2008 07:28:07 -0000      1.233
@@ -3926,7 +3926,7 @@
   Lisp_Object tail, frame;
   int last_terminal;
 
-  /* Protect against recursive calls.  Fdelete_frame in
+  /* Protect against recursive calls.  delete_frame in
      delete_terminal calls us back when it deletes our last frame.  */
   if (!terminal->name)
     return;

Index: termhooks.h
===================================================================
RCS file: /sources/emacs/emacs/src/termhooks.h,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -b -r1.98 -r1.99
--- termhooks.h 12 Sep 2008 04:11:03 -0000      1.98
+++ termhooks.h 23 Dec 2008 07:28:08 -0000      1.99
@@ -591,7 +591,7 @@
      instead.  Otherwise the hook must call delete_terminal itself.
 
      The hook must check for and close any live frames that are still
-     on the terminal.  Fdelete_frame ensures that there are no live
+     on the terminal.  delete_frame ensures that there are no live
      frames on the terminal when it calls this hook, so infinite
      recursion is prevented.  */
   void (*delete_terminal_hook) P_ ((struct terminal *));

Index: w32term.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32term.c,v
retrieving revision 1.312
retrieving revision 1.313
diff -u -b -r1.312 -r1.313
--- w32term.c   13 Dec 2008 05:40:29 -0000      1.312
+++ w32term.c   23 Dec 2008 07:28:08 -0000      1.313
@@ -6151,7 +6151,7 @@
   struct w32_display_info *dpyinfo = terminal->display_info.w32;
   int i;
 
-  /* Protect against recursive calls.  Fdelete_frame in
+  /* Protect against recursive calls.  delete_frame in
      delete_terminal calls us back when it deletes our last frame.  */
   if (!terminal->name)
     return;

Index: xfaces.c
===================================================================
RCS file: /sources/emacs/emacs/src/xfaces.c,v
retrieving revision 1.422
retrieving revision 1.423
diff -u -b -r1.422 -r1.423
--- xfaces.c    13 Dec 2008 05:39:20 -0000      1.422
+++ xfaces.c    23 Dec 2008 07:28:08 -0000      1.423
@@ -874,7 +874,7 @@
 }
 
 
-/* Free face cache of frame F.  Called from Fdelete_frame.  */
+/* Free face cache of frame F.  Called from delete_frame.  */
 
 void
 free_frame_faces (f)




reply via email to

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