Add load-prefer-newer option, to load .el if newer than .elc
[bpt/emacs.git] / src / sound.c
index f8c6b48..e84f741 100644 (file)
@@ -1332,7 +1332,7 @@ Internal use only, use `play-sound' instead.  */)
     {
       /* Open the sound file.  */
       current_sound->fd = openp (list1 (Vdata_directory),
-                                attrs[SOUND_FILE], Qnil, &file, Qnil);
+                                attrs[SOUND_FILE], Qnil, &file, Qnil, 0);
       if (current_sound->fd < 0)
        sound_perror ("Could not open sound file");