emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lib-src/emacsclient.c,v
Date: Fri, 15 Dec 2006 19:05:47 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       06/12/15 19:05:47

Index: emacsclient.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/emacsclient.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -b -r1.100 -r1.101
--- emacsclient.c       15 Dec 2006 17:50:28 -0000      1.100
+++ emacsclient.c       15 Dec 2006 19:05:47 -0000      1.101
@@ -153,7 +153,7 @@
 
 #ifdef WINDOWSNT
 int
-w32_window_app()
+w32_window_app ()
 {
   static int window_app = -1;
   char szTitle[MAX_PATH];
@@ -300,13 +300,13 @@
 #ifdef WINDOWSNT
 
 /*
-  execvp() wrapper for Windows. Quotes arguments with embedded spaces.
+  execvp wrapper for Windows. Quotes arguments with embedded spaces.
 
   This is necessary due to the broken implementation of exec* routines in
   the Microsoft libraries: they concatenate the arguments together without
   quoting special characters, and pass the result to CreateProcess, with
   predictably bad results.  By contrast, Posix execvp passes the arguments
-  directly into the argv[] array of the child process.
+  directly into the argv array of the child process.
 */
 int
 w32_execvp (path, argv)
@@ -497,7 +497,7 @@
 }
 
 #ifdef WINDOWSNT
-/* Wrapper to make WSACleanup a cdecl, as required by atexit().  */
+/* Wrapper to make WSACleanup a cdecl, as required by atexit.  */
 void
 __cdecl close_winsock ()
 {
@@ -892,7 +892,7 @@
   /*
     Modern Windows restrict which processes can set the foreground window.
     emacsclient can allow Emacs to grab the focus by calling the function
-    AllowSetForegroundWindow().  Unfortunately, older Windows (W95, W98
+    AllowSetForegroundWindow.  Unfortunately, older Windows (W95, W98
     and NT) lack this function, so we have to check its availability.
    */
   if (emacs_pid)




reply via email to

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