diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 21:49:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-08-03 21:49:55 +0000 |
commit | c3aef0199599851271196aa96072681ed231d1be (patch) | |
tree | bc17f33e05200e4ec279c5be08a75e4b8ecb24b5 /lisp/hexl.el | |
parent | 573cd9243973d16c0d4807d9c5c220fa5df0efad (diff) | |
download | emacs-c3aef0199599851271196aa96072681ed231d1be.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r-- | lisp/hexl.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el index e5a2b1e0e0e..dce544dcb84 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -589,8 +589,8 @@ You may also type up to 3 octal digits, to insert a character with that code" (define-key hexl-mode-map "\C-e" 'hexl-end-of-line) (define-key hexl-mode-map "\C-f" 'hexl-forward-char) - (if (not (eq (key-binding help-key) 'help-command)) - (define-key hexl-mode-map help-key 'undefined)) + (if (not (eq (key-binding help-char) 'help-command)) + (define-key hexl-mode-map help-char 'undefined)) (define-key hexl-mode-map "\C-i" 'hexl-self-insert-command) (define-key hexl-mode-map "\C-j" 'hexl-self-insert-command) |