comparison lib-src/emacsclient.c @ 72005:da0099bc0ba4

* ebrowse.c (usage, version): Mark as NO_RETURN. * emacsclient.c (print_help_and_exit): Likewise. * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. * textprop.c (text_read_only): Likewise. * lread.c (end_of_file_error): Likewise. * lisp.h (circular_list_error, memory_full, buffer_memory_full): Likewise. * eval.c (unwind_to_catch): Likewise. * buffer.h (buffer_slot_type_mismatch): Likewise.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 18 Jul 2006 16:33:45 +0000
parents 3661e9b3c48f
children 368665ce6f35 02e39decdc84 8a8e69664178
comparison
equal deleted inserted replaced
72004:5199d84d3631 72005:da0099bc0ba4
65 const char * alternate_editor = NULL; 65 const char * alternate_editor = NULL;
66 66
67 /* If non-NULL, the filename of the UNIX socket. */ 67 /* If non-NULL, the filename of the UNIX socket. */
68 char *socket_name = NULL; 68 char *socket_name = NULL;
69 69
70 void print_help_and_exit (); 70 void print_help_and_exit () NO_RETURN;
71 71
72 struct option longopts[] = 72 struct option longopts[] =
73 { 73 {
74 { "no-wait", no_argument, NULL, 'n' }, 74 { "no-wait", no_argument, NULL, 'n' },
75 { "eval", no_argument, NULL, 'e' }, 75 { "eval", no_argument, NULL, 'e' },