diff options
| author | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2022-01-22 11:02:50 +0000 |
| commit | 14d64a8adcc866deecd758b898e8ef2d836b354a (patch) | |
| tree | 83cff9669e266f8e283ccb8cd7518e909240f1e1 /lisp/doc-view.el | |
| parent | bdd9b5b8a0d37dd09ee530c1dab3a44bee09e0f8 (diff) | |
| parent | ebe334cdc234de2897263aed4c05ac7088c11857 (diff) | |
| download | emacs-scratch/correct-warning-pos.tar.gz emacs-scratch/correct-warning-pos.zip | |
Merge branch 'master' into scratch/correct-warning-posscratch/correct-warning-pos
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 |