]> git.eshelyaron.com Git - emacs.git/commitdiff
(with_echo_area_buffer): Add more `int' parameters for
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 15:37:26 +0000 (15:37 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 15:37:26 +0000 (15:37 +0000)
the `variable argument list' to make it work on Alpha.

src/xdisp.c

index bb79c954686144b06614b4a0f1679af3c0c93687..061a0c8cab86be1fd05fd009418fab0007405956 100644 (file)
@@ -5284,11 +5284,11 @@ ensure_echo_area_buffers ()
    Value is what FN returns. */
 
 static int
-with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5)
+with_echo_area_buffer (w, which, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
      struct window *w;
      int which;
      int (*fn) ();
-     int a1, a2, a3, a4, a5;
+     int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10;
 {
   Lisp_Object buffer;
   int this_one, the_other, clear_buffer_p, rc;