]> git.eshelyaron.com Git - emacs.git/commitdiff
(shared-lisp-mode-map): Don't bind TAB, just set indent-line-function.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 22:21:02 +0000 (22:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Jul 1995 22:21:02 +0000 (22:21 +0000)
lisp/emacs-lisp/lisp-mode.el

index 9b59c672ead23f382266a6cf56188e2b5b82750f..f493a615d30e961796ae131680bf0de85e8b7e13 100644 (file)
     ()
    (setq shared-lisp-mode-map (make-sparse-keymap))
    (define-key shared-lisp-mode-map "\e\C-q" 'indent-sexp)
-   (define-key shared-lisp-mode-map "\177" 'backward-delete-char-untabify)
-   (define-key shared-lisp-mode-map "\t" 'lisp-indent-line))
+   (define-key shared-lisp-mode-map "\177" 'backward-delete-char-untabify))
 
 (defvar emacs-lisp-mode-map ()
   "Keymap for Emacs Lisp mode.
-All commands in shared-lisp-mode-map are inherited by this map.")
+All commands in `shared-lisp-mode-map' are inherited by this map.")
 
 (if emacs-lisp-mode-map
     ()