From e5d5385e75e50e6cf1e2d5c9d1e4966f478b5319 Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Mon, 22 Oct 2018 09:23:05 -0400 Subject: * lisp/emms-playlist-limit.el: bug fix Fix discrepancy between emacs 26.x and 25.x in handling the format arguments. --- lisp/emms-playlist-limit.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emms-playlist-limit.el b/lisp/emms-playlist-limit.el index 8e0bc10..91eff1e 100644 --- a/lisp/emms-playlist-limit.el +++ b/lisp/emms-playlist-limit.el @@ -73,10 +73,10 @@ `(defun ,(intern (format "emms-playlist-limit-to-%s" attribute)) (regexp) ,(format "Switch to a playlist comprising tracks with %s matching REGEXP. -REGEXP defaults to the value of %1$s for the track at point. +REGEXP defaults to the value of %s for the track at point. When the current buffer is the current playlist, make the derived playlist -the current playlist." attribute) +the current playlist." attribute attribute) (interactive (list (let* ((curr -- cgit v1.2.3