diff options
author | Ye Wenbin <wenbinye@gmail.com> | 2007-03-07 03:04:00 +0000 |
---|---|---|
committer | Ye Wenbin <wenbinye@gmail.com> | 2007-03-07 03:04:00 +0000 |
commit | 2901997cb0343b6fd970402b8de5e52eadc712ff (patch) | |
tree | c02ffec00cc146ec21f63b171e34f829ca647e8d | |
parent | 15807814c2d6d8ca1cfb9f386480dbdab11a8f73 (diff) |
Avoid print wrong history value.
darcs-hash:20070307030452-94065-0c29da4ca2ab3e5e8ced49d9f88d6882bb16c893.gz
-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)) |