From: Glenn Morris Date: Thu, 12 Apr 2012 16:33:13 +0000 (-0700) Subject: New defcustoms should get :version tags X-Git-Tag: emacs-24.2.90~471^2~364^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da748f050e099cfd9bdfc22c2a542e4e56c4fafe;p=emacs.git New defcustoms should get :version tags --- diff --git a/lisp/hexl.el b/lisp/hexl.el index db4f3319b79..f8ab156d9eb 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -57,7 +57,8 @@ (const 16) (const 32) (const 64)) - :group 'hexl) + :group 'hexl + :version "24.2") (defcustom hexl-program "hexl" "The program that will hexlify and dehexlify its stdin.