diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 22:05:14 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 22:05:14 +0000 |
commit | 8892e83c7c27d449031dd7939dcc7dee3524f49c (patch) | |
tree | 34a8d08fbc5a5a1e85cac9bad1dad0790eac6b98 /lisp/hexl.el | |
parent | c3aef0199599851271196aa96072681ed231d1be (diff) | |
download | emacs-8892e83c7c27d449031dd7939dcc7dee3524f49c.tar.gz emacs-8892e83c7c27d449031dd7939dcc7dee3524f49c.tar.bz2 emacs-8892e83c7c27d449031dd7939dcc7dee3524f49c.zip |
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index dce544dcb84..13ce5f5259f 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -67,9 +67,6 @@ and \"-de\" when dehexlfying a buffer.") (defvar hexl-max-address 0 "Maximum offset into hexl buffer.") -(defvar help-key "\C-h" - "*Key used to invoke electric help.") - (defvar hexl-mode-map nil) ;; routines |