]> git.eshelyaron.com Git - emacs.git/commitdiff
(hexl-mode-map): Don't quote remapped command names.
authorKim F. Storm <storm@cua.dk>
Mon, 13 Jan 2003 09:49:54 +0000 (09:49 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 13 Jan 2003 09:49:54 +0000 (09:49 +0000)
lisp/hexl.el

index c910ebf975985e6c54f6d62552cdca9ecc8cd6c7..420e05b03fdd88c410afbe667a7ad9c52d82e783 100644 (file)
@@ -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)