Hello, Matt Huszagh <[email protected]> writes:
> - (let ((file (and (member "file" result-params) > - (cdr (assq :file params))))) > + (let ((file (cdr (assq :file params)))) This patch is wrong, with it, :file parameter alone would imply file result, which is not sufficient. See commit 26ed66b23335eb389f1f2859e409f46f66279e15 "link" format is only meant to be used with "file" output. Regards, -- Nicolas Goaziou
