summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorDan Nicolaescu <done@ece.arizona.edu>1998-04-20 02:34:53 +0000
committerDan Nicolaescu <done@ece.arizona.edu>1998-04-20 02:34:53 +0000
commitcd32a7baa4746f699fa4d945c1b1b9e50a9486da (patch)
treecabc0a074c3be5317cdcbed2883b3849e9ed241f /lisp/hexl.el
parente8bcd26ec19d7631a21aa0fc07b4fd076eb91d55 (diff)
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index 6872c12d594..67b5ee9ae85 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -91,7 +91,8 @@ and \"-de\" when dehexlifying a buffer."
(defcustom hexl-follow-ascii t
"If non-nil then highlight the ASCII character corresponding to point."
:type 'boolean
- :group 'hexl)
+ :group 'hexl
+ :version "20.3")
(defvar hexl-max-address 0
"Maximum offset into hexl buffer.")