diff lisp/sound.el @ 5940:c608d4b0b75e cygwin64 tip

rescue lost branch from 64bit.backup
author Henry Thompson <ht@markup.co.uk>
date Thu, 16 Dec 2021 18:48:58 +0000
parents cc6f0266bc36
children
line wrap: on
line diff
--- a/lisp/sound.el	Fri Jul 24 14:48:46 2015 +0100
+++ b/lisp/sound.el	Thu Dec 16 18:48:58 2021 +0000
@@ -105,9 +105,8 @@
   :type 'directory
   )
 
-;; #### This should really be a list.  --hniksic
-(defcustom sound-extension-list (cond ((or (eq system-type 'cygwin32)
-					   (eq system-type 'windows-nt))
+;; #### This should really be a list.  --hniksic -- now it is --hst :-)
+(defcustom sound-extension-list (cond ((memq system-type '(cygwin32 cygwin64 windows-nt))
 				       ".wav:")
 				      ((eq system-type 'linux)
 				       ".wav:.au:")