From 9a474b25f832bb970d422c16d3a82764c5875e40 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 3 Jan 1994 10:43:37 +0000 Subject: [PATCH] Fix typo in previous change. --- lisp/progmodes/c-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5