emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/sound.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/sound.c
Date: Mon, 29 Apr 2002 21:01:50 -0400

Index: emacs/src/sound.c
diff -c emacs/src/sound.c:1.24 emacs/src/sound.c:1.25
*** emacs/src/sound.c:1.24      Fri Apr  5 00:49:20 2002
--- emacs/src/sound.c   Mon Apr 29 21:01:49 2002
***************
*** 421,427 ****
      {
        /* Open the sound file.  */
        s.fd = openp (Fcons (Vdata_directory, Qnil),
!                   attrs[SOUND_FILE], Qnil, &file, 0);
        if (s.fd < 0)
        sound_perror ("Could not open sound file");
  
--- 421,427 ----
      {
        /* Open the sound file.  */
        s.fd = openp (Fcons (Vdata_directory, Qnil),
!                   attrs[SOUND_FILE], Qnil, &file, Qnil);
        if (s.fd < 0)
        sound_perror ("Could not open sound file");
  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]