emacs-diffs
[Top][All Lists]
Advanced

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

master fd6058b: * lisp/net/mailcap.el (mailcap-mime-data): Remove long-f


From: Stefan Monnier
Subject: master fd6058b: * lisp/net/mailcap.el (mailcap-mime-data): Remove long-forgotten `ee`
Date: Wed, 12 Aug 2020 14:46:55 -0400 (EDT)

branch: master
commit fd6058b8fb07329bdd7d36cd05f4be1c5c691f9f
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * lisp/net/mailcap.el (mailcap-mime-data): Remove long-forgotten `ee`
    
    It referred apparently to the "Electric Eyes" image viewer:
    https://archive.org/details/tucows_31588_Electric_Eyes
---
 lisp/net/mailcap.el | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/lisp/net/mailcap.el b/lisp/net/mailcap.el
index 86f9d2b..f01a5de 100644
--- a/lisp/net/mailcap.el
+++ b/lisp/net/mailcap.el
@@ -269,11 +269,6 @@ is consulted."
       (viewer . "display %s")
       (type . "image/*")
       (test   . (eq window-system 'x))
-      ("needsx11"))
-     (".*"
-      (viewer . "ee %s")
-      (type . "image/*")
-      (test   . (eq window-system 'x))
       ("needsx11")))
     ("text"
      ("plain"



reply via email to

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