diff options
author | Yoni Rabkin <yrk@gnu.org> | 2016-02-28 09:50:30 -0500 |
---|---|---|
committer | Yoni Rabkin <yrk@gnu.org> | 2016-02-28 09:50:30 -0500 |
commit | f461c8ec3c5198384ca43b275155fb85c948326d (patch) | |
tree | 6f442e561b9be9a552abf26115119fadc5889518 | |
parent | 6f630442faac593e19d04c21009674b310a98ed5 (diff) | |
parent | 141ab95c2a0a2554b205f6eec991fa36d7d0531f (diff) |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emms
-rw-r--r-- | lisp/emms-browser.el | 2 |
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." |