Mercurial > emacs
changeset 8742:a82055863414
(c-mode-map): Add "Highlight Conditionals" menu item.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 14 Sep 1994 18:55:08 +0000 |
parents | 9728aab0cab3 |
children | 03445a867bed |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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]