1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00: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)