1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(hexl-mode-map): More of previous change.

This commit is contained in:
Karl Heuer 1998-09-25 17:04:24 +00:00
parent 405dadec66
commit dfba246797

View file

@ -831,7 +831,6 @@ Customize the variable `hexl-follow-ascii' to disable this feature."
(define-key hexl-mode-map "\ej" 'hexl-goto-address)
(define-key hexl-mode-map "\ek" 'undefined)
(define-key hexl-mode-map "\el" 'undefined)
(define-key hexl-mode-map "\eo" 'undefined)
(define-key hexl-mode-map "\eq" 'undefined)
(define-key hexl-mode-map "\es" 'undefined)
(define-key hexl-mode-map "\et" 'undefined)