Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
291:7aa74ac42bd2 | 292:6cb5e14cd98e |
---|---|
105 :type 'directory | 105 :type 'directory |
106 ) | 106 ) |
107 | 107 |
108 (defcustom sound-ext (if (or (eq system-type 'cygwin32) | 108 (defcustom sound-ext (if (or (eq system-type 'cygwin32) |
109 (eq system-type 'windows-nt)) | 109 (eq system-type 'windows-nt)) |
110 ".wav" ".au") | 110 ".wav:" ".au:") |
111 "Filename extensions to complete sound file name with. If more than one | 111 "Filename extensions to complete sound file name with. If more than one |
112 extension is used, they should be separated by \":\". " | 112 extension is used, they should be separated by \":\". " |
113 :group 'sound | 113 :group 'sound |
114 :type 'string) | 114 :type 'string) |
115 | 115 |