comparison lisp/hexl.el @ 21669:9861518505cb

*** empty log message ***
author Dan Nicolaescu <done@ece.arizona.edu>
date Mon, 20 Apr 1998 02:34:53 +0000
parents 0641f568d88f
children 1c0f33283d1f
comparison
equal deleted inserted replaced
21668:621dd51298ec 21669:9861518505cb
89 :group 'hexl) 89 :group 'hexl)
90 90
91 (defcustom hexl-follow-ascii t 91 (defcustom hexl-follow-ascii t
92 "If non-nil then highlight the ASCII character corresponding to point." 92 "If non-nil then highlight the ASCII character corresponding to point."
93 :type 'boolean 93 :type 'boolean
94 :group 'hexl) 94 :group 'hexl
95 :version "20.3")
95 96
96 (defvar hexl-max-address 0 97 (defvar hexl-max-address 0
97 "Maximum offset into hexl buffer.") 98 "Maximum offset into hexl buffer.")
98 99
99 (defvar hexl-mode-map nil) 100 (defvar hexl-mode-map nil)