aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.