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:
parent
8e9ff8b115
commit
20164ad93b
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue