emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/pgg-def.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/pgg-def.el
Date: Fri, 10 Feb 2006 05:08:30 +0000

Index: emacs/lisp/pgg-def.el
diff -u emacs/lisp/pgg-def.el:1.2 emacs/lisp/pgg-def.el:1.3
--- emacs/lisp/pgg-def.el:1.2   Mon Feb  6 14:33:34 2006
+++ emacs/lisp/pgg-def.el       Fri Feb 10 05:08:28 2006
@@ -83,6 +83,9 @@
 (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))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]