diff options
Diffstat (limited to 'lisp/doc-view.el')
| -rw-r--r-- | lisp/doc-view.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 5b462b24f5a..5e160f5dff1 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el | |||
| @@ -1189,7 +1189,7 @@ is named like ODF with the extension turned to pdf." | |||
| 1189 | "Convert PDF-PS to PNG asynchronously." | 1189 | "Convert PDF-PS to PNG asynchronously." |
| 1190 | (funcall | 1190 | (funcall |
| 1191 | (pcase doc-view-doc-type | 1191 | (pcase doc-view-doc-type |
| 1192 | ('pdf doc-view-pdf->png-converter-function) | 1192 | ((or 'pdf 'odf) doc-view-pdf->png-converter-function) |
| 1193 | ('djvu #'doc-view-djvu->tiff-converter-ddjvu) | 1193 | ('djvu #'doc-view-djvu->tiff-converter-ddjvu) |
| 1194 | (_ #'doc-view-ps->png-converter-ghostscript)) | 1194 | (_ #'doc-view-ps->png-converter-ghostscript)) |
| 1195 | pdf-ps png nil | 1195 | pdf-ps png nil |