# HG changeset patch # User Richard M. Stallman # Date 779568908 0 # Node ID a82055863414e1388cdd2ec9c1d0f182c7805170 # Parent 9728aab0cab36564779a856cae8dc14e324859ad (c-mode-map): Add "Highlight Conditionals" menu item. diff -r 9728aab0cab3 -r a82055863414 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Wed Sep 14 18:48:45 1994 +0000 +++ b/lisp/progmodes/c-mode.el Wed Sep 14 18:55:08 1994 +0000 @@ -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]