emms-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re:Re: Some patch about emms-tag-editor.el


From: tumashu
Subject: Re:Re: Some patch about emms-tag-editor.el
Date: Fri, 6 Nov 2020 06:16:50 +0800 (CST)


> +            (unless (or (string-prefix-p "-" (cdr tag))
> +                        (string-prefix-p "+" (cdr tag))
> +                        (string-prefix-p "/" (cdr tag)))
> +              (error "Command arguments need prefix in `emms-tag-editor-tagfile-functions'."))
>              (setq val (emms-track-get track (car tag)))
>              (if (and val (stringp val))
> -                (setq args (append (list (concat "-" (cdr tag)) val) args))))
> +       

this part seem to lost


-- 
   "Cut your own wood and it will warm you twice"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]