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 @@ '("Indent Line" . c-indent-command)) (define-key c-mode-map [menu-bar c fill] '("Fill Comment Paragraph" . c-fill-paragraph)) +(define-key c-mode-map [menu-bar c cpp-highlight-buffer] + '("Highlight Conditionals" . cpp-highlight-buffer)) (define-key c-mode-map [menu-bar c up] '("Up Conditional" . c-up-conditional)) (define-key c-mode-map [menu-bar c backward] |
