Function: pgg-snarf-keys

pgg-snarf-keys is an interactive and byte-compiled function defined in pgg.el.gz.

Signature

(pgg-snarf-keys)

Documentation

Import public keys in the current buffer.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg.el.gz
;;;###autoload
(defun pgg-snarf-keys ()
  "Import public keys in the current buffer."
  (interactive "")
  (pgg-snarf-keys-region (point-min) (point-max)))