From: Richard M. Stallman Date: Thu, 12 Jun 1997 02:52:57 +0000 (+0000) Subject: (esc-map): Delete spurious wrong binding for M-TAB. X-Git-Tag: emacs-20.1~1721 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04bed6f76ce3b74badafde6996c7abced1f13c38;p=emacs.git (esc-map): Delete spurious wrong binding for M-TAB. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index a65054bb945..795ae4c409b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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)