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:
parent
11add52bec
commit
7ba197a163
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue