]> git.eshelyaron.com Git - emacs.git/commitdiff
Support RTF in doc-view
authorTassilo Horn <tsdh@gnu.org>
Mon, 12 Oct 2015 06:04:29 +0000 (08:04 +0200)
committerTassilo Horn <tsdh@gnu.org>
Mon, 12 Oct 2015 06:05:09 +0000 (08:05 +0200)
* lisp/doc-view.el (doc-view-set-doc-type): Add entry for RTF extension.

lisp/doc-view.el

index 5f1c94a01286cedb038ece6ca352fd04bf29de44..9227b82a9755997a9ae36288a2a25a626fc3432e 100644 (file)
@@ -1648,7 +1648,7 @@ If BACKWARD is non-nil, jump to the previous match."
                    ;; Microsoft Office formats (also handled by the odf
                    ;; conversion chain).
                    ("doc" odf) ("docx" odf) ("xls" odf) ("xlsx" odf)
-                   ("ppt" odf) ("pps" odf) ("pptx" odf))
+                   ("ppt" odf) ("pps" odf) ("pptx" odf) ("rtf" odf))
                 t))))
        (content-types
         (save-excursion