emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/mml-sec.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/mml-sec.el [emacs-unicode-2]
Date: Thu, 04 Nov 2004 04:03:11 -0500

Index: emacs/lisp/gnus/mml-sec.el
diff -c emacs/lisp/gnus/mml-sec.el:1.3.2.2 emacs/lisp/gnus/mml-sec.el:1.3.2.3
*** emacs/lisp/gnus/mml-sec.el:1.3.2.2  Wed Sep 29 07:22:15 2004
--- emacs/lisp/gnus/mml-sec.el  Thu Nov  4 08:55:29 2004
***************
*** 43,48 ****
--- 43,49 ----
  (defcustom mml-default-sign-method "pgpmime"
    "Default sign method.
  The string must have an entry in `mml-sign-alist'."
+   :version "21.4"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 60,65 ****
--- 61,67 ----
  (defcustom mml-default-encrypt-method "pgpmime"
    "Default encryption method.
  The string must have an entry in `mml-encrypt-alist'."
+   :version "21.4"
    :type '(choice (const "smime")
                 (const "pgp")
                 (const "pgpauto")
***************
*** 83,88 ****
--- 85,91 ----
  understood by all PGP implementations, in particular PGP version
  2 does not support it!  See Info node `(message)Security' for
  details."
+   :version "21.4"
    :group 'message
    :type '(repeat (list (choice (const :tag "S/MIME" "smime")
                               (const :tag "PGP" "pgp")




reply via email to

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