Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 72004:5199d84d3631 | 72005:da0099bc0ba4 |
|---|---|
| 1 2006-07-18 Dan Nicolaescu <dann@ics.uci.edu> | |
| 2 | |
| 3 * xterm.c (x_connection_closed, x_error_quitter): Mark as NO_RETURN. | |
| 4 | |
| 5 * textprop.c (text_read_only): Likewise. | |
| 6 | |
| 7 * lread.c (end_of_file_error): Likewise. | |
| 8 | |
| 9 * lisp.h (circular_list_error, memory_full, buffer_memory_full): | |
| 10 Likewise. | |
| 11 | |
| 12 * eval.c (unwind_to_catch): Likewise. | |
| 13 | |
| 14 * buffer.h (buffer_slot_type_mismatch): Likewise. | |
| 15 | |
| 1 2006-07-18 Kim F. Storm <storm@cua.dk> | 16 2006-07-18 Kim F. Storm <storm@cua.dk> |
| 2 | 17 |
| 3 Cleanup Fsignal calls that never returns; now only use it for Qquit. | 18 Cleanup Fsignal calls that never returns; now only use it for Qquit. |
| 4 | 19 |
| 5 * eval.c (xsignal): New func. Like Fsignal, but marked no-return. | 20 * eval.c (xsignal): New func. Like Fsignal, but marked no-return. |
