diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-08 23:43:52 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-08 23:43:52 -0700 |
commit | c578a99338e44511fc3792f1d14ea2193cb58aa5 (patch) | |
tree | d6af97810d40213ff79ca60dbaa1cf66a5422ec2 /lisp | |
parent | ce1a1d7addf707e198b6d4b90c029784ac4a4365 (diff) | |
download | emacs-c578a99338e44511fc3792f1d14ea2193cb58aa5.tar.gz |
* gnus/mml2015.el (mml2015-display-key-image): Fix :version tag in previous.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/mml2015.el | 2 |
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'." (defcustom mml2015-display-key-image t "If t, try to display key images." - :version "24.4" + :version "24.5" :group 'mime-security :type 'boolean) |