Function: epa-exit-buffer
epa-exit-buffer is an interactive and byte-compiled function defined
in epa.el.gz.
Signature
(epa-exit-buffer)
Documentation
Exit the current buffer using epa-exit-buffer-function.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/epa.el.gz
;;;; Quitting
(defun epa-exit-buffer ()
"Exit the current buffer using `epa-exit-buffer-function'."
(interactive)
(funcall epa-exit-buffer-function))