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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Mon, 13 Jan 2003 04:49:56 -0500

Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.76 emacs/lisp/hexl.el:1.77
*** emacs/lisp/hexl.el:1.76     Sun Jan 12 15:48:16 2003
--- emacs/lisp/hexl.el  Mon Jan 13 04:49:54 2003
***************
*** 864,870 ****
    ;; 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 [left] 'hexl-backward-char)
    (define-key hexl-mode-map [right] 'hexl-forward-char)
--- 864,870 ----
    ;; 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 [left] 'hexl-backward-char)
    (define-key hexl-mode-map [right] 'hexl-forward-char)




reply via email to

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