/[emacs]/emacs/lisp/hexl.el
ViewVC logotype

Diff of /emacs/lisp/hexl.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.76 by schwab, Sun Jan 12 20:48:16 2003 UTC revision 1.77 by kfstorm, Mon Jan 13 09:49:54 2003 UTC
# Line 864  Customize the variable `hexl-follow-asci Line 864  Customize the variable `hexl-follow-asci
864    ;; Make all self-inserting keys go through hexl-self-insert-command,    ;; Make all self-inserting keys go through hexl-self-insert-command,
865    ;; because we need to convert them to unibyte characters before    ;; because we need to convert them to unibyte characters before
866    ;; inserting them into the buffer.    ;; inserting them into the buffer.
867    (define-key hexl-mode-map [remap 'self-insert-command] 'hexl-self-insert-command)    (define-key hexl-mode-map [remap self-insert-command] 'hexl-self-insert-command)
868    
869    (define-key hexl-mode-map [left] 'hexl-backward-char)    (define-key hexl-mode-map [left] 'hexl-backward-char)
870    (define-key hexl-mode-map [right] 'hexl-forward-char)    (define-key hexl-mode-map [right] 'hexl-forward-char)

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26