Variable: epa-textmode

epa-textmode is a variable defined in epa.el.gz.

Value

nil

Documentation

If non-nil, epa commands treat input files as text.

You should bind this variable with let, but do not set it globally.

Source Code

;; Defined in /usr/src/emacs/lisp/epa.el.gz
(defvar epa-textmode nil
  "If non-nil, epa commands treat input files as text.

You should bind this variable with `let', but do not set it globally.")