aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-04-12 09:33:13 -0700
committerGlenn Morris2012-04-12 09:33:13 -0700
commitda748f050e099cfd9bdfc22c2a542e4e56c4fafe (patch)
tree7f4606037be5f56e72e85f73e3d49de79bf162c4
parent0d15b5ba4d6ef49b2cc398dca9181acb353658d1 (diff)
downloademacs-da748f050e099cfd9bdfc22c2a542e4e56c4fafe.tar.gz
emacs-da748f050e099cfd9bdfc22c2a542e4e56c4fafe.zip
New defcustoms should get :version tags
-rw-r--r--lisp/hexl.el3
1 files changed, 2 insertions, 1 deletions
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 @@
57 (const 16) 57 (const 16)
58 (const 32) 58 (const 32)
59 (const 64)) 59 (const 64))
60 :group 'hexl) 60 :group 'hexl
61 :version "24.2")
61 62
62(defcustom hexl-program "hexl" 63(defcustom hexl-program "hexl"
63 "The program that will hexlify and dehexlify its stdin. 64 "The program that will hexlify and dehexlify its stdin.