+2003-02-02 John Paul Wallington <jpw@gnu.org>
+
+ * hexl.el (hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
+
2003-02-01 Stephen Gildea <gildea@stop.mail-abuse.org>
* time-stamp.el: Update example date in preamble commentary.
;; inserting them into the buffer.
(define-key hexl-mode-map [remap self-insert-command] 'hexl-self-insert-command)
+ (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)