]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 10:43:37 +0000 (10:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 10:43:37 +0000 (10:43 +0000)
lisp/progmodes/c-mode.el

index 6498cb97baf0e27c691b62e5a7b5071d6f94f431..b5133435376679f83d6b56528b62bac314daafde 100644 (file)
@@ -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))