aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms-tag-editor.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-tag-editor.el b/emms-tag-editor.el
index 5acb2d1..765abbe 100644
--- a/emms-tag-editor.el
+++ b/emms-tag-editor.el
@@ -422,8 +422,8 @@ edit buffer."
(y-or-n-p "You have change some track names, sync the cache? "))
(and (fboundp 'emms-cache-sync) ; silence byte-compiler
(emms-cache-sync)))
- (emms-tag-editor-display-log-buffer-maybe)
- (message "Set all mp3 tag done!")))
+ (unless (emms-tag-editor-display-log-buffer-maybe)
+ (message "Set all mp3 tag done!"))))
(if arg (bury-buffer)))
(defun emms-tag-editor-submit-and-exit ()