From 340c4d85424f6930d96865c29046de3c0db7a552 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Mon, 13 Jan 2003 09:49:54 +0000 Subject: [PATCH] (hexl-mode-map): Don't quote remapped command names. --- lisp/hexl.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/hexl.el b/lisp/hexl.el index c910ebf9759..420e05b03fd 100644 --- a/lisp/hexl.el +++ b/lisp/hexl.el @@ -864,7 +864,7 @@ Customize the variable `hexl-follow-ascii' to disable this feature." ;; Make all self-inserting keys go through hexl-self-insert-command, ;; because we need to convert them to unibyte characters before ;; inserting them into the buffer. - (define-key hexl-mode-map [remap 'self-insert-command] 'hexl-self-insert-command) + (define-key hexl-mode-map [remap self-insert-command] 'hexl-self-insert-command) (define-key hexl-mode-map [left] 'hexl-backward-char) (define-key hexl-mode-map [right] 'hexl-forward-char) -- 2.39.2