Function: epg-context-set-armor

epg-context-set-armor is a byte-compiled function defined in epg.el.gz.

This function is obsolete since 25.1; use setf instead.

Signature

(epg-context-set-armor CONTEXT ARMOR)

Documentation

Specify if the output should be ASCII armored in CONTEXT.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg-context-set-armor (context armor)
  "Specify if the output should be ASCII armored in CONTEXT."
  (declare (obsolete setf "25.1"))
  (setf (epg-context-armor context) armor))