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: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/lisp/hexl.el
Date: Sat, 11 Jun 2005 03:13:41 -0400

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)




reply via email to

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