diff src/ChangeLog @ 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 f71696b7520a
children 275062ad7561
line wrap: on
line diff
--- a/src/ChangeLog	Tue Jul 18 15:04:49 2006 +0000
+++ b/src/ChangeLog	Tue Jul 18 16:33:45 2006 +0000
@@ -1,3 +1,18 @@
+2006-07-18  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* 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.
+
 2006-07-18  Kim F. Storm  <storm@cua.dk>
 
 	Cleanup Fsignal calls that never returns; now only use it for Qquit.