projects
/
elisp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e98e70
)
Removed the playlist creation message.
author
Francois Fleuret
<francois@fleuret.org>
Fri, 17 May 2019 05:24:18 +0000
(07:24 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Fri, 17 May 2019 05:24:18 +0000
(07:24 +0200)
media.el
patch
|
blob
|
history
diff --git
a/media.el
b/media.el
index
2e60e47
..
c9d640d
100644
(file)
--- 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."