Function: epa-file-name-p
epa-file-name-p is a byte-compiled function defined in epa-hook.el.gz.
Signature
(epa-file-name-p FILE)
Documentation
Say whether FILE is handled by epa-file.
Source Code
;; Defined in /usr/src/emacs/lisp/epa-hook.el.gz
(defun epa-file-name-p (file)
"Say whether FILE is handled by `epa-file'."
(and auto-encryption-mode (string-match-p epa-file-name-regexp file)))