mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge from savannah/emacs-30
1ee8579eb7Fix bug#7225505629d3af0Delete redundant "a.k.a." in use-package.texic7609464f7Document (use-package 'emacs) declarationsde9f9add13Improve 'emacs-news-view-mode' menus and bindings7588e1f8a9; * src/xdisp.c (Fformat_mode_line): Doc fix.2074e94c3bFix disappearing bar cursor on Hebrew text (bug#72230)1aaadc8aecFix DocView with DVI filesc1382257aa; Fix typo in use-package.texicaf7426f0cFIx spurious fontification of variable in Java Mode9b426e15abCorrectly typeset nil and t in texinfof050b9c503Fix Tramp IPv6 handling in tests46b192c04bUpdate to Org 9.7.8-5-gfdf0e087f41b937bFix Ftreesit_parser_create
This commit is contained in:
commit
db40b65825
20 changed files with 205 additions and 137 deletions
|
|
@ -1328,7 +1328,7 @@ 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 'epub 'cbz 'fb2 'xps 'oxps)
|
||||
((or 'pdf 'odf 'epub 'cbz 'fb2 'xps 'oxps 'dvi)
|
||||
doc-view-pdf->png-converter-function)
|
||||
('djvu #'doc-view-djvu->tiff-converter-ddjvu)
|
||||
(_ #'doc-view-ps->png-converter-ghostscript))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue