diff options
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; |