]> code.delx.au - gnu-emacs/blobdiff - lib-src/emacsclient.c
(mode-line-format): Adjust spacing around vc-mode.
[gnu-emacs] / lib-src / emacsclient.c
index 75fa9ebe8e7aad0c92a445e1ff5977b1d6820094..b0bf50c2c780e8ac21f3be48baa221f3817ac262 100644 (file)
@@ -1,6 +1,6 @@
 /* Client process that communicates with GNU Emacs acting as server.
-   Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2003, 2004
-   Free Software Foundation, Inc.
+   Copyright (C) 1986, 1987, 1994, 1999, 2000, 2001, 2002, 2003, 2004,
+                 2005, 2006 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -67,7 +67,7 @@ const char * alternate_editor = NULL;
 /* If non-NULL, the filename of the UNIX socket.  */
 char *socket_name = NULL;
 
-void print_help_and_exit ();
+void print_help_and_exit () NO_RETURN;
 
 struct option longopts[] =
 {