emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/hexl.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Sun, 02 Feb 2003 11:04:17 -0500

Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.77 emacs/lisp/hexl.el:1.78
*** emacs/lisp/hexl.el:1.77     Mon Jan 13 04:49:54 2003
--- emacs/lisp/hexl.el  Sun Feb  2 11:04:17 2003
***************
*** 866,871 ****
--- 866,872 ----
    ;; 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]