branch: externals/emms
commit 7ca6cd30769b232bfefdd3653d43efbb5a7566c0
Author: Yoni Rabkin <[email protected]>
Commit: Yoni Rabkin <[email protected]>

    * emms-playlist-mode.el:
---
 emms-playlist-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 6979b79..f851b63 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -1,4 +1,4 @@
-;;; emms-playlist-mode.el --- Playlist mode for Emms.
+;;; emms-playlist-mode.el --- Playlist mode for Emms.  -*- lexical-binding: t; 
-*-
 
 ;; Copyright (C) 2005-2019  Free Software Foundation, Inc.
 
@@ -354,6 +354,7 @@ set it as current."
      (when track
        (let ((track-region (emms-property-region (point)
                                                 'emms-track)))
+        (ignore track-region)
         (when (and emms-player-playing-p
                    (emms-playlist-selected-track-at-p))
           (emms-stop)
@@ -458,8 +459,7 @@ of the saved playlist inside."
 This preserves the current EMMS buffer."
   (interactive)
   (let* ((track (emms-playlist-track-at))
-         (name (emms-track-get track 'name))
-         (type (emms-track-get track 'type)))
+         (name (emms-track-get track 'name)))
     (emms-playlist-select (point))
     (run-hooks 'emms-player-stopped-hook)
     (switch-to-buffer

Reply via email to