diff options
| author | Richard M. Stallman | 1994-09-14 18:55:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-14 18:55:08 +0000 |
| commit | c814718b2ea9ebcbee6773e7b378cdeb6f3163f6 (patch) | |
| tree | ba123c382caa935e174115e21a7895ecb880a205 | |
| parent | daf4206bafc71c6c22b23b5fb5f9744b1c2ecd78 (diff) | |
| download | emacs-c814718b2ea9ebcbee6773e7b378cdeb6f3163f6.tar.gz emacs-c814718b2ea9ebcbee6773e7b378cdeb6f3163f6.zip | |
(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 @@ | |||
| 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] |