aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-12 02:52:57 +0000
committerRichard M. Stallman1997-06-12 02:52:57 +0000
commit04bed6f76ce3b74badafde6996c7abced1f13c38 (patch)
tree34707fdd64e08685f3a626e7ce41a9d9e189fdc2
parentb70a6198cfd255ef5faff20efc11679412df6851 (diff)
downloademacs-04bed6f76ce3b74badafde6996c7abced1f13c38.tar.gz
emacs-04bed6f76ce3b74badafde6996c7abced1f13c38.zip
(esc-map): Delete spurious wrong binding for M-TAB.
-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)."
491(define-key ctl-x-map "nd" 'narrow-to-defun) 491(define-key ctl-x-map "nd" 'narrow-to-defun)
492(define-key esc-map "(" 'insert-parentheses) 492(define-key esc-map "(" 'insert-parentheses)
493(define-key esc-map ")" 'move-past-close-and-reindent) 493(define-key esc-map ")" 'move-past-close-and-reindent)
494(define-key esc-map "\t" 'lisp-complete-symbol)
495 494
496(define-key ctl-x-map "\C-e" 'eval-last-sexp) 495(define-key ctl-x-map "\C-e" 'eval-last-sexp)
497 496