]> code.delx.au - gnu-emacs/blobdiff - lisp/pgg-def.el
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-258
[gnu-emacs] / lisp / pgg-def.el
index 0b356461d6cba2ff00a120389cfe41a9e16e5a0d..058dca4fa8f63732b692263ee4131f66c2a7fdc4 100644 (file)
@@ -83,6 +83,9 @@ Whether the passphrase is cached at all is controlled by
 (defvar pgg-scheme nil
   "Current scheme of PGP implementation.")
 
+(defvar pgg-text-mode nil
+  "If t, inform the recipient that the input is text.")
+
 (defmacro pgg-truncate-key-identifier (key)
   `(if (> (length ,key) 8) (substring ,key 8) ,key))