aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/hexl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/hexl.el b/lisp/hexl.el
index f9e564f3fa2..a38e12366ee 100644
--- a/lisp/hexl.el
+++ b/lisp/hexl.el
@@ -586,7 +586,7 @@ You may also type up to 3 octal digits, to insert a character with that code"
586 (define-key hexl-mode-map "\C-e" 'hexl-end-of-line) 586 (define-key hexl-mode-map "\C-e" 'hexl-end-of-line)
587 (define-key hexl-mode-map "\C-f" 'hexl-forward-char) 587 (define-key hexl-mode-map "\C-f" 'hexl-forward-char)
588 588
589 (if (not (eq (key-binding help-char) 'help-command)) 589 (if (not (eq (key-binding (char-to-string help-char)) 'help-command))
590 (define-key hexl-mode-map help-char 'undefined)) 590 (define-key hexl-mode-map help-char 'undefined))
591 591
592 (define-key hexl-mode-map "\C-i" 'hexl-self-insert-command) 592 (define-key hexl-mode-map "\C-i" 'hexl-self-insert-command)