branch: externals/emms
commit 9deefbdace0a93709e6060001015b413ebd26382
Author: Erica Lina <erical...@proton.me>
Commit: Erica Lina <erical...@proton.me>

    restore no mark saved message which should never happen.
---
 emms-browser.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emms-browser.el b/emms-browser.el
index a028b9ea06..c3945ee360 100644
--- a/emms-browser.el
+++ b/emms-browser.el
@@ -1232,7 +1232,8 @@ After expanding, jump to the currently marked entry."
           (emms-with-inhibit-read-only-t
            (remove-text-properties (line-beginning-position)
                                    (line-end-position)
-                                   (list 'emms-browser-mark)))))))
+                                   (list 'emms-browser-mark))))
+      (emms-message "No mark saved!"))))
 
 (defun emms-browser-go-to-parent ()
   "Move point to the parent of the current node.

Reply via email to