Function: epa-ks-unmark-key-to-fetch

epa-ks-unmark-key-to-fetch is an interactive and byte-compiled function defined in epa-ks.el.gz.

Signature

(epa-ks-unmark-key-to-fetch)

Documentation

Remove fetch mark for key under point.

If a region is active, unmark all keys in active region.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/epa-ks.el.gz
(defun epa-ks-unmark-key-to-fetch ()
  "Remove fetch mark for key under point.

If a region is active, unmark all keys in active region."
  (interactive)
  (epa-ks-mark-key-to-fetch ""))