From 2901997cb0343b6fd970402b8de5e52eadc712ff Mon Sep 17 00:00:00 2001 From: Ye Wenbin Date: Wed, 7 Mar 2007 03:04:00 +0000 Subject: Avoid print wrong history value. darcs-hash:20070307030452-94065-0c29da4ca2ab3e5e8ced49d9f88d6882bb16c893.gz --- emms-history.el | 2 ++ 1 file changed, 2 insertions(+) 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)) -- cgit v1.2.3