diff options
author | Ye Wenbin <wenbinye@gmail.com> | 2007-09-02 02:47:00 +0000 |
---|---|---|
committer | Ye Wenbin <wenbinye@gmail.com> | 2007-09-02 02:47:00 +0000 |
commit | 4ef058ec93e87ba1bc5a541c73b691fcf6631266 (patch) | |
tree | 78458912d3e8eff536fc8696395e21c7171c1e69 | |
parent | f29e12ff6fb71422a0e2fd9c59b6daf35cd2338a (diff) |
Wrong function in emms-history
darcs-hash:20070902024732-94065-3d97f5b2c9342654afc5bae9836ae2a5b72ac09a.gz
-rw-r--r-- | emms-history.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-history.el b/emms-history.el index 153e43a..558d496 100644 --- a/emms-history.el +++ b/emms-history.el @@ -76,7 +76,7 @@ Emacs." (and emms-playlist-selected-marker (marker-position emms-playlist-selected-marker)) (point-min)) - (save-excursion + (save-restriction (widen) (nreverse (emms-playlist-tracks-in-region (point-min) |