Mercurial > emacs
changeset 49567:8f5cfbb41433
(hexl-mode-map): Bind C-m to `hexl-self-insert-command'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 02 Feb 2003 16:04:17 +0000 |
parents | ca56eac8c658 |
children | 77798aa98bda |
files | lisp/hexl.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hexl.el Sun Feb 02 00:19:39 2003 +0000 +++ b/lisp/hexl.el Sun Feb 02 16:04:17 2003 +0000 @@ -866,6 +866,7 @@ ;; 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)