comparison src/textprop.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 3a19c23d7c59
children f6de516bbb4b 8a8e69664178
comparison
equal deleted inserted replaced
72004:5199d84d3631 72005:da0099bc0ba4
75 75
76 /* verify_interval_modification saves insertion hooks here 76 /* verify_interval_modification saves insertion hooks here
77 to be run later by report_interval_modification. */ 77 to be run later by report_interval_modification. */
78 Lisp_Object interval_insert_behind_hooks; 78 Lisp_Object interval_insert_behind_hooks;
79 Lisp_Object interval_insert_in_front_hooks; 79 Lisp_Object interval_insert_in_front_hooks;
80
81 static void text_read_only P_ ((Lisp_Object)) NO_RETURN;
80 82
81 83
82 /* Signal a `text-read-only' error. This function makes it easier 84 /* Signal a `text-read-only' error. This function makes it easier
83 to capture that error in GDB by putting a breakpoint on it. */ 85 to capture that error in GDB by putting a breakpoint on it. */
84 86