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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/sound.c
Date: Thu, 11 Jul 2002 10:14:52 -0400

Index: emacs/src/sound.c
diff -c emacs/src/sound.c:1.25 emacs/src/sound.c:1.26
*** emacs/src/sound.c:1.25      Mon Apr 29 21:01:49 2002
--- emacs/src/sound.c   Thu Jul 11 10:14:51 2002
***************
*** 402,408 ****
    struct sound_device sd;
    struct sound s;
    Lisp_Object args[2];
!   int count = specpdl_ptr - specpdl;
  
    file = Qnil;
    GCPRO2 (sound, file);
--- 402,408 ----
    struct sound_device sd;
    struct sound s;
    Lisp_Object args[2];
!   int count = SPECPDL_INDEX ();
  
    file = Qnil;
    GCPRO2 (sound, file);



reply via email to

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