diff options
-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" |