changeset 49199:8552e8fce5c8

(hexl-mode-map): Don't quote remapped command names.
author Kim F. Storm <storm@cua.dk>
date Mon, 13 Jan 2003 09:49:54 +0000
parents 2e85a81f1b1e
children e2eb6d1b772c
files lisp/hexl.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/hexl.el	Mon Jan 13 09:49:10 2003 +0000
+++ b/lisp/hexl.el	Mon Jan 13 09:49:54 2003 +0000
@@ -864,7 +864,7 @@
   ;; 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)