Fix merge error in doc-view-pdf/ps->png

* lisp/doc-view.el (doc-view-pdf/ps->png): Fix merge error from
previous epub patch.
This commit is contained in:
Lars Ingebrigtsen 2022-01-28 14:47:15 +01:00
parent 11add52bec
commit 7ba197a163

View file

@ -1217,7 +1217,8 @@ is named like ODF with the extension turned to pdf."
"Convert PDF-PS to PNG asynchronously."
(funcall
(pcase doc-view-doc-type
((or 'pdf 'odf) doc-view-pdf->png-converter-function)
((or 'pdf 'odf 'epub 'cbz 'fb2 'xps 'oxps)
doc-view-pdf->png-converter-function)
('djvu #'doc-view-djvu->tiff-converter-ddjvu)
(_ #'doc-view-ps->png-converter-ghostscript))
pdf-ps png nil