Remove more XEmacs compat code from epa.el

* lisp/epa.el (epa-key-mode, epa-key-list-mode): Remove XEmacs
compat code.
This commit is contained in:
Lars Ingebrigtsen 2019-06-19 23:02:39 +02:00
parent 8e9ff8b115
commit 20164ad93b

View file

@ -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"