diff options
| author | Gerd Moellmann | 2000-04-19 15:37:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-19 15:37:26 +0000 |
| commit | 62694e5aea98150e098e7fe8496264ebdf913055 (patch) | |
| tree | 74cfdb802aca73f1e4f3807afcab94373d58b1a2 /src | |
| parent | e1ef1fb2e248477ce37f204059800ab6d7f811e7 (diff) | |
| download | emacs-62694e5aea98150e098e7fe8496264ebdf913055.tar.gz emacs-62694e5aea98150e098e7fe8496264ebdf913055.zip | |
(with_echo_area_buffer): Add more `int' parameters for
the `variable argument list' to make it work on Alpha.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index bb79c954686..061a0c8cab8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -5284,11 +5284,11 @@ ensure_echo_area_buffers () | |||
| 5284 | Value is what FN returns. */ | 5284 | Value is what FN returns. */ |
| 5285 | 5285 | ||
| 5286 | static int | 5286 | static int |
| 5287 | with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5) | 5287 | with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) |
| 5288 | struct window *w; | 5288 | struct window *w; |
| 5289 | int which; | 5289 | int which; |
| 5290 | int (*fn) (); | 5290 | int (*fn) (); |
| 5291 | int a1, a2, a3, a4, a5; | 5291 | int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10; |
| 5292 | { | 5292 | { |
| 5293 | Lisp_Object buffer; | 5293 | Lisp_Object buffer; |
| 5294 | int this_one, the_other, clear_buffer_p, rc; | 5294 | int this_one, the_other, clear_buffer_p, rc; |