emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 70c811c: Support RTF in doc-view


From: Tassilo Horn
Subject: [Emacs-diffs] master 70c811c: Support RTF in doc-view
Date: Mon, 12 Oct 2015 06:05:21 +0000

branch: master
commit 70c811c0479125f1bab27c7c0b9b4a79d659035d
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Support RTF in doc-view
    
    * lisp/doc-view.el (doc-view-set-doc-type): Add entry for RTF extension.
---
 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 5f1c94a..9227b82 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]