]> git.eshelyaron.com Git - emacs.git/commitdiff
New defcustoms need :version tags
authorGlenn Morris <rgm@gnu.org>
Fri, 14 Jun 2013 06:51:56 +0000 (23:51 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 14 Jun 2013 06:51:56 +0000 (23:51 -0700)
lisp/gnus/mml2015.el

index ffe98b6deb108bf9a22dd93428875089f0dfc19f..389b522aec8dd77ec1ed220d02004c35c11fa837 100644 (file)
@@ -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)