Mercurial > hg > xemacs-beta
comparison lisp/prim/sound.el @ 209:41ff10fd062f r20-4b3
Import from CVS: tag r20-4b3
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:04:58 +0200 |
parents | 585fb297b004 |
children |
comparison
equal
deleted
inserted
replaced
208:f427b8ec4379 | 209:41ff10fd062f |
---|---|
90 | 90 |
91 :group 'sound | 91 :group 'sound |
92 :type '(repeat (sexp :tag "Sound") | 92 :type '(repeat (sexp :tag "Sound") |
93 )) | 93 )) |
94 | 94 |
95 (defcustom default-sound-directory (concat data-directory "sounds/") | 95 (defcustom default-sound-directory (file-name-as-directory |
96 (concat data-directory "sounds")) | |
96 "Default directory to load a sound file from." | 97 "Default directory to load a sound file from." |
97 :group 'sound | 98 :group 'sound |
98 :type 'directory | 99 :type 'directory |
99 ) | 100 ) |
100 | 101 |