changeset 34327:51fb7a49a44b

(gnus-audio-directory): Fix :type.
author Dave Love <fx@gnu.org>
date Thu, 07 Dec 2000 12:09:25 +0000
parents 9ba111c872bc
children 7263c1ed74a2
files lisp/gnus/gnus-audio.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-audio.el	Thu Dec 07 12:02:25 2000 +0000
+++ b/lisp/gnus/gnus-audio.el	Thu Dec 07 12:09:25 2000 +0000
@@ -44,7 +44,7 @@
 
 (defcustom gnus-audio-directory (nnheader-find-etc-directory "sounds")
   "The directory containing the Sound Files."
-  :type 'directory
+  :type '(choice directory (const nil))
   :group 'gnus-audio)
 
 (defcustom gnus-audio-au-player "/usr/bin/showaudio"