Function: pgg-snarf-keys-region
pgg-snarf-keys-region is an autoloaded, interactive and byte-compiled
function defined in pgg.el.gz.
Signature
(pgg-snarf-keys-region START END)
Documentation
Import public keys in the current region between START and END.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/pgg.el.gz
;;;###autoload
(defun pgg-snarf-keys-region (start end)
"Import public keys in the current region between START and END."
(interactive "r")
(pgg-save-coding-system start end
(pgg-invoke "snarf-keys-region" (or pgg-scheme pgg-default-scheme)
start end)))