From da748f050e099cfd9bdfc22c2a542e4e56c4fafe Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 12 Apr 2012 09:33:13 -0700 Subject: New defcustoms should get :version tags --- lisp/hexl.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/hexl.el') 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. -- cgit v1.2.1