diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-19 23:02:39 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2019-06-19 23:02:39 +0200 |
commit | 20164ad93b48a72d57fbfc8a5acf7765a030f6a3 (patch) | |
tree | 860fda4904cbcae544fd9a9e5ae3601bcdf692df /lisp/epa.el | |
parent | 8e9ff8b115bda364f30654589160fb702a511e9c (diff) | |
download | emacs-20164ad93b48a72d57fbfc8a5acf7765a030f6a3.tar.gz emacs-20164ad93b48a72d57fbfc8a5acf7765a030f6a3.tar.bz2 emacs-20164ad93b48a72d57fbfc8a5acf7765a030f6a3.zip |
Remove more XEmacs compat code from epa.el
* lisp/epa.el (epa-key-mode, epa-key-list-mode): Remove XEmacs
compat code.
Diffstat (limited to 'lisp/epa.el')
-rw-r--r-- | lisp/epa.el | 2 |
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" |