diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-01-03 10:43:37 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-01-03 10:43:37 +0000 |
commit | 611da1a429cd19920c7dcdb537301c7f52ede116 (patch) | |
tree | f4b5fbf40fb8e639c28ad5e8577e44c8b3d9eac3 /lisp/progmodes/c-mode.el | |
parent | 917dbdc3cd000e1cf9f7385b9b172252ec3ff05f (diff) | |
download | emacs-611da1a429cd19920c7dcdb537301c7f52ede116.tar.gz |
Fix typo in previous change.
Diffstat (limited to 'lisp/progmodes/c-mode.el')
-rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |