Mercurial > emacs
changeset 5423:8213b45445a6
Fix typo in previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 03 Jan 1994 10:43:37 +0000 |
parents | b56d0a9dbcf2 |
children | 51eecae04837 |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/c-mode.el Mon Jan 03 07:41:23 1994 +0000 +++ b/lisp/progmodes/c-mode.el Mon Jan 03 10:43:37 1994 +0000 @@ -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))