aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms-browser.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-browser.el b/lisp/emms-browser.el
index 8a86bd2..23b1495 100644
--- a/lisp/emms-browser.el
+++ b/lisp/emms-browser.el
@@ -1272,7 +1272,7 @@ Return the previous point-max before adding."
(forward-line (or direction 1)))
(unless (eq (emms-browser-bdata-type
(emms-browser-bdata-at-point)) 'info-title)
- (setq continue)))))
+ (setq continue nil)))))
(defun emms-browser-prev-non-track ()
"Jump to the previous non-track element."