# HG changeset patch # User Richard M. Stallman # Date 770098289 0 # Node ID 8a2bc1679b101779aa5d0eb271231f95f77c6d06 # Parent 36420d9e4b4171a3003dcd12cea26060f8a2af43 (hexl-mode-map): Call define-key properly for help-char. diff -r 36420d9e4b41 -r 8a2bc1679b10 lisp/hexl.el --- a/lisp/hexl.el Sat May 28 02:06:50 1994 +0000 +++ b/lisp/hexl.el Sat May 28 04:11:29 1994 +0000 @@ -614,7 +614,7 @@ (define-key hexl-mode-map "\C-f" 'hexl-forward-char) (if (not (eq (key-binding (char-to-string help-char)) 'help-command)) - (define-key hexl-mode-map help-char 'undefined)) + (define-key hexl-mode-map (char-to-string 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)