From 141ab95c2a0a2554b205f6eec991fa36d7d0531f Mon Sep 17 00:00:00 2001 From: Rasmus Date: Sun, 7 Feb 2016 13:08:33 +0100 Subject: Fix bug in emms-browser.el * lisp/emms-browser.el: setq requires an even number of arguments now. --- lisp/emms-browser.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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." -- cgit v1.2.3