From: Francois Fleuret Date: Fri, 17 May 2019 05:24:18 +0000 (+0200) Subject: Removed the playlist creation message. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=elisp.git;a=commitdiff_plain;h=87c480726bb9ed667edb9b069b7287d8b884d460 Removed the playlist creation message. --- diff --git a/media.el b/media.el index 2e60e47..c9d640d 100644 --- a/media.el +++ b/media.el @@ -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."