1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(esc-map): Delete spurious wrong binding for M-TAB.

This commit is contained in:
Richard M. Stallman 1997-06-12 02:52:57 +00:00
parent b70a6198cf
commit 04bed6f76c

View file

@ -491,7 +491,6 @@ for \\[find-tag] (which see)."
(define-key ctl-x-map "nd" 'narrow-to-defun)
(define-key esc-map "(" 'insert-parentheses)
(define-key esc-map ")" 'move-past-close-and-reindent)
(define-key esc-map "\t" 'lisp-complete-symbol)
(define-key ctl-x-map "\C-e" 'eval-last-sexp)