From fd6058b8fb07329bdd7d36cd05f4be1c5c691f9f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 12 Aug 2020 14:46:13 -0400 Subject: [PATCH] * 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 86f9d2bf07c..f01a5deb7ec 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" -- 2.39.5