diff options
Diffstat (limited to 'lisp')
| -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)) | 
