Function: epg-sig-notation-value

epg-sig-notation-value is a byte-compiled function defined in epg.el.gz.

Signature

(epg-sig-notation-value CL-X)

Documentation

Access slot "value" of epg-sig-notation struct CL-X.

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(cl-defstruct (epg-sig-notation
               (:constructor nil)
               (:constructor epg-make-sig-notation
                (name value &optional human-readable critical))
               (:copier nil)
               (:predicate nil))
  name value human-readable critical)