emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lib-src ChangeLog emacsclient.c


From: Dan Nicolaescu
Subject: [Emacs-diffs] emacs/lib-src ChangeLog emacsclient.c
Date: Thu, 02 Apr 2009 19:43:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   09/04/02 19:43:28

Modified files:
        lib-src        : ChangeLog emacsclient.c 

Log message:
        (print_help_and_exit): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/ChangeLog?cvsroot=emacs&r1=2.525&r2=2.526
http://cvs.savannah.gnu.org/viewcvs/emacs/lib-src/emacsclient.c?cvsroot=emacs&r1=1.156&r2=1.157

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/ChangeLog,v
retrieving revision 2.525
retrieving revision 2.526
diff -u -b -r2.525 -r2.526
--- ChangeLog   21 Mar 2009 11:30:08 -0000      2.525
+++ ChangeLog   2 Apr 2009 19:43:27 -0000       2.526
@@ -1,3 +1,7 @@
+2009-04-02  Dan Nicolaescu  <address@hidden>
+
+       * emacsclient.c (print_help_and_exit): Fix typo.
+
 2009-03-21  Eli Zaretskii  <address@hidden>
 
        * ntlib.c (setuid): Argument is now unsigned.

Index: emacsclient.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/emacsclient.c,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -b -r1.156 -r1.157
--- emacsclient.c       11 Mar 2009 00:57:04 -0000      1.156
+++ emacsclient.c       2 Apr 2009 19:43:28 -0000       1.157
@@ -637,10 +637,10 @@
                        Set filename of the TCP authentication file\n\
 -a, --alternate-editor=EDITOR\n\
                        Editor to fallback to if the server is not running\n"
-#ifdef WINDOWSNT
+#ifndef WINDOWSNT
 "                      If EDITOR is the empty string, start Emacs in daemon\n\
                        mode and try connecting again\n"
-#endif /* WINDOWSNT */
+#endif /* not WINDOWSNT */
 "\n\
 Report bugs to address@hidden", progname);
   exit (EXIT_SUCCESS);




reply via email to

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