summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-12 02:52:57 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-12 02:52:57 +0000
commitd6e18e7fe9c7cb2f9f91fb003918ecc7f0550604 (patch)
tree9fe9c7eca022f0cbd7f93f40cf736904b458c7f2 /lisp/bindings.el
parentd934c13ce113ccf79a44637ff5dcdc31b467622d (diff)
downloademacs-d6e18e7fe9c7cb2f9f91fb003918ecc7f0550604.tar.gz
(esc-map): Delete spurious wrong binding for M-TAB.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el1
1 files changed, 0 insertions, 1 deletions
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)