diff src/sound.c @ 29717:acaa36b47f50

fix up more Lisp_Object/int conversion issues
author Ken Raeburn <raeburn@raeburn.org>
date Sun, 18 Jun 2000 20:14:37 +0000
parents 8344762c0da2
children 1572612184fc
line wrap: on
line diff
--- a/src/sound.c	Sun Jun 18 20:14:35 2000 +0000
+++ b/src/sound.c	Sun Jun 18 20:14:37 2000 +0000
@@ -435,7 +435,7 @@
 
   args[0] = Qplay_sound_functions;
   args[1] = sound;
-  Frun_hook_with_args (make_number (2), args);
+  Frun_hook_with_args (2, args);
 
   /* There is only one type of device we currently support, the VOX
      sound driver.  Set up the device interface functions for that