]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-mode-map): Add "Highlight Conditionals" menu item.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Sep 1994 18:55:08 +0000 (18:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Sep 1994 18:55:08 +0000 (18:55 +0000)
lisp/progmodes/c-mode.el

index f3dadc81e81bd8d53679d15aae2fbba7015cf998..2fb5784e7aca4716d6c9e7e0c9b0cdf6977c415a 100644 (file)
@@ -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]