diff options
author | Glenn Morris <rgm@gnu.org> | 2012-04-12 09:33:13 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-04-12 09:33:13 -0700 |
commit | da748f050e099cfd9bdfc22c2a542e4e56c4fafe (patch) | |
tree | 7f4606037be5f56e72e85f73e3d49de79bf162c4 /lisp/hexl.el | |
parent | 0d15b5ba4d6ef49b2cc398dca9181acb353658d1 (diff) | |
download | emacs-da748f050e099cfd9bdfc22c2a542e4e56c4fafe.tar.gz |
New defcustoms should get :version tags
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 3 |
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 @@ (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. |