diff options
| author | Dan Nicolaescu | 2006-07-18 16:33:45 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2006-07-18 16:33:45 +0000 |
| commit | 2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1 (patch) | |
| tree | 00bdc68e837797ff0e0c4029dd5a058e00a75a2f /src/buffer.h | |
| parent | 2d545d838f41ca56d5329ad00a30c1f7603504f0 (diff) | |
| download | emacs-2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1.tar.gz emacs-2381d38d0af85e3a97eb9f98c66a7259a2a3e1e1.zip | |
* 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.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 60aa3e7aaed..efe0252453a 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -833,7 +833,7 @@ 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 | ||