diff --git a/evil-collection-emms.el b/evil-collection-emms.el index 3e6278f..22a3b8f 100644 --- a/evil-collection-emms.el +++ b/evil-collection-emms.el @@ -68,7 +68,7 @@ The return value is the yanked text." "Pastes the latest yanked playlist items behind point. The return value is the yanked text." (interactive) - (evil-next-line) + (unless (eobp) (evil-next-line)) (evil-collection-emms-playlist-mode-paste-before)) (defun evil-collection-emms-browser-setup ()