emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194


From: Mark Oteiza
Subject: [Emacs-diffs] emacs-26 34a6774: ; Partially revert c3445aed5194
Date: Sun, 17 Sep 2017 08:30:04 -0400 (EDT)

branch: emacs-26
commit 34a6774daa31872629c03505f75d737e0df9eacb
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    ; Partially revert c3445aed5194
    
    The pdf-view-mode entry had been added recently and should not have been
    removed.
    * lisp/net/mailcap.el: Restore pdf-view-mode entry from the pdf-tools
    package.
---
 lisp/net/mailcap.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el
index ed35c22..031d8e1 100644
--- a/lisp/net/mailcap.el
+++ b/lisp/net/mailcap.el
@@ -165,6 +165,10 @@ is consulted."
       (type   . "application/zip")
       ("copiousoutput"))
      ("pdf"
+      (viewer . pdf-view-mode)
+      (type . "application/pdf")
+      (test . (eq window-system 'x)))
+     ("pdf"
       (viewer . doc-view-mode)
       (type . "application/pdf")
       (test . (eq window-system 'x)))



reply via email to

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