/[emacs]/emacs/src/w32console.c
ViewVC logotype

Diff of /emacs/src/w32console.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by miles, Sat Oct 20 05:50:33 2001 UTC revision 1.31 by pj, Fri Nov 2 20:34:48 2001 UTC
# Line 428  SOUND is nil to use the normal beep.") Line 428  SOUND is nil to use the normal beep.")
428       (sound)       (sound)
429       Lisp_Object sound;       Lisp_Object sound;
430  {  {
431    CHECK_SYMBOL (sound, 0);    CHECK_SYMBOL (sound);
432    
433    if (NILP (sound))    if (NILP (sound))
434        sound_type = 0xFFFFFFFF;        sound_type = 0xFFFFFFFF;

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26