Function: epa-key-mode

epa-key-mode is an interactive and byte-compiled function defined in epa.el.gz.

Signature

(epa-key-mode)

Documentation

Major mode for a key description.

In addition to any hooks its parent mode special-mode might have run, this mode runs the hook epa-key-mode-hook, as the final or penultimate step during initialization.

q epa-exit-buffer

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/epa.el.gz
(define-derived-mode epa-key-mode special-mode "EPA Key"
  "Major mode for a key description."
  (buffer-disable-undo)
  (setq truncate-lines t
	buffer-read-only t)
  (make-local-variable 'epa-exit-buffer-function))