From: Richard M. Stallman Date: Mon, 3 Jan 1994 10:43:37 +0000 (+0000) Subject: Fix typo in previous change. X-Git-Tag: emacs-19.34~10428 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a474b25f832bb970d422c16d3a82764c5875e40;p=emacs.git Fix typo in previous change. --- diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 6498cb97baf..b5133435376 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -50,7 +50,7 @@ (define-key c-mode-map "\C-c\C-p" 'c-backward-conditional) (define-key c-mode-map "\C-c\C-u" 'c-up-conditional) (define-key c-mode-map "\177" 'backward-delete-char-untabify) -(define-key c-mode-map "\t" 'c-indent-command)) +(define-key c-mode-map "\t" 'c-indent-command) (define-key c-mode-map [menu-bar] (make-sparse-keymap))