diff options
-rw-r--r-- | emms-history.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emms-history.el b/emms-history.el index 42071b2..c2f7794 100644 --- a/emms-history.el +++ b/emms-history.el @@ -44,6 +44,8 @@ (interactive) (when (stringp emms-history-file) (let ((oldbuf emms-playlist-buffer) + ;; print with no limit + print-length print-level emms-playlist-buffer playlists) (save-excursion (dolist (buf (emms-playlist-buffer-list)) |