The "parameters" customizable variable has an overquoted type
specification:

--- emms-player-simple.el       20 Jan 2005 12:02:24 +0100      1.21
+++ emms-player-simple.el       04 Mar 2005 17:57:43 +0100      
@@ -74,7 +74,7 @@
        :group ',group)
      (defcustom ,parameters ',args
        ,(concat "*The arguments to `" (symbol-name command-name) "'.")
-       :type  '(repeat 'string)
+       :type  '(repeat string)
        :group ',group)
      (defcustom ,player-name (emms-player ',start ',stop ',playablep)
        ,(concat "*A player for EMMS.")

Magnus



_______________________________________________
Emms-help mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/emms-help

Reply via email to