diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2018-10-22 09:23:05 -0400 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2018-10-22 09:23:05 -0400 |
commit | e5d5385e75e50e6cf1e2d5c9d1e4966f478b5319 (patch) | |
tree | 62c475595b0bf7ae9758c5678f789daea601f310 /lisp | |
parent | dfc2d4fd611054468b08f744d6b05f7e5cbc3877 (diff) |
* lisp/emms-playlist-limit.el: bug fix
Fix discrepancy between emacs 26.x and 25.x in handling the format
arguments.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emms-playlist-limit.el | 4 |
1 files 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 |