Mercurial > hg > xemacs-beta
comparison lisp/sound.el @ 318:afd57c14dfc8 r21-0b57
Import from CVS: tag r21-0b57
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:45:36 +0200 |
parents | 6cb5e14cd98e |
children | 03446687b7cc |
comparison
equal
deleted
inserted
replaced
317:a2fc9afbef65 | 318:afd57c14dfc8 |
---|---|
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 |
116 (defcustom default-sound-directory-list ( list default-sound-directory ) | 116 (defcustom default-sound-directory-list (locate-data-directory-list "sounds") |
117 | 117 |
118 "List of directories which to search for sound files" | 118 "List of directories which to search for sound files" |
119 :group 'sound | 119 :group 'sound |
120 :type '(repeat directory ) | 120 :type '(repeat directory ) |
121 ) | 121 ) |