(gnus-audio-au-player, gnus-audio-wav-player):
authorJesper Harder <harder@ifa.au.dk>
Sat, 5 Apr 2003 00:51:17 +0000 (00:51 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 5 Apr 2003 00:51:17 +0000 (00:51 +0000)
Fix customization type.

lisp/ChangeLog
lisp/gnus-audio.el

index b6c0c65..dac2b28 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-05  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player):
+       Fix customization type.
+
 2003-04-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
 
        * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bound
index 12366ab..785a936 100644 (file)
 (defcustom gnus-audio-au-player (executable-find "play")
   "Executable program for playing sun AU format sound files."
   :group 'gnus-audio
-  :type 'string)
+  :type '(choice file (const nil)))
 
 (defcustom gnus-audio-wav-player (executable-find "play")
   "Executable program for playing WAV files."
   :group 'gnus-audio
-  :type 'string)
+  :type '(choice file (const nil)))
 
 ;;; The following isn't implemented yet.  Wait for Millennium Gnus.
 ;;(defvar gnus-audio-effects-enabled t