summaryrefslogtreecommitdiff
path: root/lisp/hexl.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-08-03 21:49:55 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-08-03 21:49:55 +0000
commit9cac0226c43a7a4687346b4a600903a4f30ed5dc (patch)
tree0938e3898fefdde82ac7f328e472ad7f27cebd4e /lisp/hexl.el
parent22c5d72000119e6a4eba84c2168ad3e65a6c1810 (diff)
downloademacs-9cac0226c43a7a4687346b4a600903a4f30ed5dc.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/hexl.el')
-rw-r--r--lisp/hexl.el4
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)