Variable: epa-key-list-mode-abbrev-table
epa-key-list-mode-abbrev-table is a variable defined in epa.el.gz.
Value
#<obarray n=1>
Documentation
Abbrev table for epa-key-list-mode.
Source Code
;; Defined in /usr/src/emacs/lisp/epa.el.gz
;;; Modes
(define-derived-mode epa-key-list-mode special-mode "EPA Keys"
"Major mode for `epa-list-keys'."
(buffer-disable-undo)
(setq truncate-lines t
buffer-read-only t)
(make-local-variable 'epa-exit-buffer-function)
(setq-local revert-buffer-function #'epa--key-list-revert-buffer))