diff options
-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) |