Mercurial > emacs
comparison src/buffer.h @ 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 | 7e644ce20468 |
| children | f6de516bbb4b 8a8e69664178 |
comparison
equal
deleted
inserted
replaced
| 72004:5199d84d3631 | 72005:da0099bc0ba4 |
|---|---|
| 831 extern void validate_region P_ ((Lisp_Object *, Lisp_Object *)); | 831 extern void validate_region P_ ((Lisp_Object *, Lisp_Object *)); |
| 832 extern void set_buffer_internal P_ ((struct buffer *)); | 832 extern void set_buffer_internal P_ ((struct buffer *)); |
| 833 extern void set_buffer_internal_1 P_ ((struct buffer *)); | 833 extern void set_buffer_internal_1 P_ ((struct buffer *)); |
| 834 extern void set_buffer_temp P_ ((struct buffer *)); | 834 extern void set_buffer_temp P_ ((struct buffer *)); |
| 835 extern void record_buffer P_ ((Lisp_Object)); | 835 extern void record_buffer P_ ((Lisp_Object)); |
| 836 extern void buffer_slot_type_mismatch P_ ((int)); | 836 extern void buffer_slot_type_mismatch P_ ((int)) NO_RETURN; |
| 837 extern void fix_overlays_before P_ ((struct buffer *, EMACS_INT, EMACS_INT)); | 837 extern void fix_overlays_before P_ ((struct buffer *, EMACS_INT, EMACS_INT)); |
| 838 extern void mmap_set_vars P_ ((int)); | 838 extern void mmap_set_vars P_ ((int)); |
| 839 | 839 |
| 840 /* Get overlays at POSN into array OVERLAYS with NOVERLAYS elements. | 840 /* Get overlays at POSN into array OVERLAYS with NOVERLAYS elements. |
| 841 If NEXTP is non-NULL, return next overlay there. | 841 If NEXTP is non-NULL, return next overlay there. |
