]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Delete spurious wrong binding for M-TAB.
authorRichard M. Stallman <rms@gnu.org>
Thu, 12 Jun 1997 02:52:57 +0000 (02:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 12 Jun 1997 02:52:57 +0000 (02:52 +0000)
lisp/bindings.el

index a65054bb945256c2c9fa2c409753e80c679c5ab7..795ae4c409b1aaeefd1d41efa205e25952f4575c 100644 (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)