[gnus git] branch master updated: m0-7-78-gead5a66 =1= mml2015.el (mml2015-maximum-key-image-dimension): Add :version
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via ead5a660f2f9545c9d6346ad2720916aa134fe26 (commit)
from c77e2d8dd9ebe9b2496d0ca06e63fdbfc8f11f37 (commit)
- Log -----------------------------------------------------------------
commit ead5a660f2f9545c9d6346ad2720916aa134fe26
Author: Glenn Morris <[email protected]>
Date: Fri Jun 14 09:33:32 2013 +0000
mml2015.el (mml2015-maximum-key-image-dimension): Add :version
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bd443f2..0a95017 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-14 Glenn Morris <[email protected]>
+
+ * mml2015.el (mml2015-maximum-key-image-dimension): Add :version.
+
2013-06-14 David Edmondson <[email protected]> (tiny change)
* mml2015.el (mml2015-maximum-key-image-dimension): New user option to
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index ffe98b6..389b522 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -148,6 +148,7 @@ If set, it overrides the setting of `mml2015-sign-with-sender'."
(defcustom mml2015-maximum-key-image-dimension 64
"The maximum dimension (width or height) of any key images."
+ :version "24.4"
:group 'mime-security
:type 'integer)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 6 +++++-
lisp/mml2015.el | 1 +
2 files changed, 6 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project