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:
parent
b70a6198cf
commit
04bed6f76c
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue