diff lisp/sound.el @ 292:6cb5e14cd98e r21-0b44

Import from CVS: tag r21-0b44
author cvs
date Mon, 13 Aug 2007 10:37:15 +0200
parents e11d67e05968
children afd57c14dfc8
line wrap: on
line diff
--- a/lisp/sound.el	Mon Aug 13 10:36:50 2007 +0200
+++ b/lisp/sound.el	Mon Aug 13 10:37:15 2007 +0200
@@ -107,7 +107,7 @@
 
 (defcustom sound-ext (if (or (eq system-type 'cygwin32)
 			     (eq system-type 'windows-nt))
-			 ".wav" ".au")
+			 ".wav:" ".au:")
   "Filename extensions to complete sound file name with. If more than one
    extension is used, they should be separated by \":\". "
   :group 'sound