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 | 2d36282b87aa7bb2e0248a4897dc0f742ff0ceb6 (patch) | |
tree | a8c39ef1dc2f6834429d78c820d06e918926dd08 /lisp/hexl.el | |
parent | 9cac0226c43a7a4687346b4a600903a4f30ed5dc (diff) | |
download | emacs-2d36282b87aa7bb2e0248a4897dc0f742ff0ceb6.tar.gz |
*** 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 |