diff options
| author | Richard M. Stallman <rms@gnu.org> | 1994-09-14 18:55:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1994-09-14 18:55:08 +0000 |
| commit | c814718b2ea9ebcbee6773e7b378cdeb6f3163f6 (patch) | |
| tree | ba123c382caa935e174115e21a7895ecb880a205 | |
| parent | daf4206bafc71c6c22b23b5fb5f9744b1c2ecd78 (diff) | |
| download | emacs-c814718b2ea9ebcbee6773e7b378cdeb6f3163f6.tar.gz | |
(c-mode-map): Add "Highlight Conditionals" menu item.
| -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] |
