Variable: pgg-pgp-shell-command-switch

pgg-pgp-shell-command-switch is a customizable variable defined in pgg-pgp.el.gz.

Value

"-c"

Documentation

Switch used to have the shell execute its command line argument.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-pgp.el.gz
(defcustom pgg-pgp-shell-command-switch "-c"
  "Switch used to have the shell execute its command line argument."
  :type 'string)