From 20164ad93b48a72d57fbfc8a5acf7765a030f6a3 Mon Sep 17 00:00:00 2001
From: Lars Ingebrigtsen <larsi@gnus.org>
Date: Wed, 19 Jun 2019 23:02:39 +0200
Subject: Remove more XEmacs compat code from epa.el

* lisp/epa.el (epa-key-mode, epa-key-list-mode): Remove XEmacs
compat code.
---
 lisp/epa.el | 2 --
 1 file changed, 2 deletions(-)

(limited to 'lisp/epa.el')

diff --git a/lisp/epa.el b/lisp/epa.el
index 97d0b544930..9e6edf463c6 100644
--- a/lisp/epa.el
+++ b/lisp/epa.el
@@ -291,7 +291,6 @@ You should bind this variable with `let', but do not set it globally.")
   (setq truncate-lines t
 	buffer-read-only t)
   (setq-local font-lock-defaults '(epa-font-lock-keywords t))
-  (font-lock-set-defaults)
   (make-local-variable 'epa-exit-buffer-function)
   (setq-local revert-buffer-function #'epa--key-list-revert-buffer))
 
@@ -301,7 +300,6 @@ You should bind this variable with `let', but do not set it globally.")
   (setq truncate-lines t
 	buffer-read-only t)
   (setq-local font-lock-defaults '(epa-font-lock-keywords t))
-  (font-lock-set-defaults)
   (make-local-variable 'epa-exit-buffer-function))
 
 (define-derived-mode epa-info-mode special-mode "Info"
-- 
cgit v1.2.3