changeset 18225:8c99057ec07a

(esc-map): Delete spurious wrong binding for M-TAB.
author Richard M. Stallman <rms@gnu.org>
date Thu, 12 Jun 1997 02:52:57 +0000
parents 0e98af37970d
children 37ff8dfff53b
files lisp/bindings.el
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bindings.el	Thu Jun 12 00:50:08 1997 +0000
+++ b/lisp/bindings.el	Thu Jun 12 02:52:57 1997 +0000
@@ -491,7 +491,6 @@
 (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)