aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-05-08 23:43:52 -0700
committerGlenn Morris2014-05-08 23:43:52 -0700
commitc578a99338e44511fc3792f1d14ea2193cb58aa5 (patch)
treed6af97810d40213ff79ca60dbaa1cf66a5422ec2
parentce1a1d7addf707e198b6d4b90c029784ac4a4365 (diff)
downloademacs-c578a99338e44511fc3792f1d14ea2193cb58aa5.tar.gz
emacs-c578a99338e44511fc3792f1d14ea2193cb58aa5.zip
* gnus/mml2015.el (mml2015-display-key-image): Fix :version tag in previous.
-rw-r--r--lisp/gnus/mml2015.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el
index 9a9eb797bf0..74290f45469 100644
--- a/lisp/gnus/mml2015.el
+++ b/lisp/gnus/mml2015.el
@@ -149,7 +149,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
149 149
150(defcustom mml2015-display-key-image t 150(defcustom mml2015-display-key-image t
151 "If t, try to display key images." 151 "If t, try to display key images."
152 :version "24.4" 152 :version "24.5"
153 :group 'mime-security 153 :group 'mime-security
154 :type 'boolean) 154 :type 'boolean)
155 155