Update.
[elisp.git] / media.el
index 3fb9352..c9d640d 100644 (file)
--- a/media.el
+++ b/media.el
@@ -109,7 +109,7 @@ title to display in the list (convenient for internet radios)."
   :group 'media)
 
 (defcustom media/expert nil
-  "Should the keymap help be shown?"
+  "Should we bypass the keymap help when starting"
   :type 'boolean
   :group 'media)
 
@@ -736,7 +736,8 @@ returns nil if no id3 tags could be found."
             (propertize "\n" 'playlist name)
             )
     (setq media/active-playlist name)
-    (message "Playlist `%s' created" name)))
+    ;; (message "Playlist `%s' created" name)
+    ))
 
 (defun media/playlist-position (name)
   "Returns the position where the given playlist starts."