Index: emacs/lisp/hexl.el
diff -c emacs/lisp/hexl.el:1.95 emacs/lisp/hexl.el:1.96
*** emacs/lisp/hexl.el:1.95     Thu May 26 12:54:22 2005
--- emacs/lisp/hexl.el  Sat Jun 11 07:13:41 2005
***************
*** 988,994 ****
--- 988,996 ----
    (define-key hexl-mode-map [up] 'hexl-previous-line)
    (define-key hexl-mode-map [down] 'hexl-next-line)
    (define-key hexl-mode-map [M-left] 'hexl-backward-short)
+   (define-key hexl-mode-map [?\e left] 'hexl-backward-short)
    (define-key hexl-mode-map [M-right] 'hexl-forward-short)
+   (define-key hexl-mode-map [?\e right] 'hexl-forward-short)
    (define-key hexl-mode-map [next] 'hexl-scroll-up)
    (define-key hexl-mode-map [prior] 'hexl-scroll-down)
    (define-key hexl-mode-map [home] 'hexl-beginning-of-line)


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to