Mercurial > emacs
changeset 7711:8a2bc1679b10
(hexl-mode-map): Call define-key properly for help-char.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 28 May 1994 04:11:29 +0000 |
parents | 36420d9e4b41 |
children | d15b6dd3bc2e |
files | lisp/hexl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)