summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-06-19 23:02:39 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-06-19 23:02:39 +0200
commit20164ad93b48a72d57fbfc8a5acf7765a030f6a3 (patch)
tree860fda4904cbcae544fd9a9e5ae3601bcdf692df
parent8e9ff8b115bda364f30654589160fb702a511e9c (diff)
downloademacs-20164ad93b48a72d57fbfc8a5acf7765a030f6a3.tar.gz
Remove more XEmacs compat code from epa.el
* lisp/epa.el (epa-key-mode, epa-key-list-mode): Remove XEmacs compat code.
-rw-r--r--lisp/epa.el2
1 files changed, 0 insertions, 2 deletions
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"