diff options
| -rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index f3dadc81e81..2fb5784e7ac 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el | |||
| @@ -69,6 +69,8 @@ | |||
| 69 | '("Indent Line" . c-indent-command)) | 69 | '("Indent Line" . c-indent-command)) |
| 70 | (define-key c-mode-map [menu-bar c fill] | 70 | (define-key c-mode-map [menu-bar c fill] |
| 71 | '("Fill Comment Paragraph" . c-fill-paragraph)) | 71 | '("Fill Comment Paragraph" . c-fill-paragraph)) |
| 72 | (define-key c-mode-map [menu-bar c cpp-highlight-buffer] | ||
| 73 | '("Highlight Conditionals" . cpp-highlight-buffer)) | ||
| 72 | (define-key c-mode-map [menu-bar c up] | 74 | (define-key c-mode-map [menu-bar c up] |
| 73 | '("Up Conditional" . c-up-conditional)) | 75 | '("Up Conditional" . c-up-conditional)) |
| 74 | (define-key c-mode-map [menu-bar c backward] | 76 | (define-key c-mode-map [menu-bar c backward] |