From: Tassilo Horn Date: Mon, 12 Oct 2015 06:04:29 +0000 (+0200) Subject: Support RTF in doc-view X-Git-Tag: emacs-25.0.90~1156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70c811c0479125f1bab27c7c0b9b4a79d659035d;p=emacs.git Support RTF in doc-view * lisp/doc-view.el (doc-view-set-doc-type): Add entry for RTF extension. --- diff --git a/lisp/doc-view.el b/lisp/doc-view.el index 5f1c94a0128..9227b82a975 100644 --- a/lisp/doc-view.el +++ b/lisp/doc-view.el @@ -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