+2003-02-02 John Paul Wallington <jpw@gnu.org>
+
+ * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
+
2003-01-29 Juanma Barranquero <lektu@terra.es>
* composite.el (decompose-composite-char): Fix docstring.
(substitute-key-definition 'self-insert-command 'hexl-self-insert-command
hexl-mode-map (current-global-map))
+ (define-key hexl-mode-map "\C-m" 'hexl-self-insert-command)
(define-key hexl-mode-map [left] 'hexl-backward-char)
(define-key hexl-mode-map [right] 'hexl-forward-char)
(define-key hexl-mode-map [up] 'hexl-previous-line)