# HG changeset patch # User Richard M. Stallman # Date 757582883 0 # Node ID b56d0a9dbcf29ae4cde046c0d107d5b0636a9ce4 # Parent a248a39fa4b893c36580167eea3bfdb5311c4ae8 More menu bar commands. diff -r a248a39fa4b8 -r b56d0a9dbcf2 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Mon Jan 03 07:41:00 1994 +0000 +++ b/lisp/progmodes/c-mode.el Mon Jan 03 07:41:23 1994 +0000 @@ -57,6 +57,12 @@ (define-key c-mode-map [menu-bar c] (cons "C" (make-sparse-keymap "C"))) +(define-key c-mode-map [menu-bar c comment-region] + '("Comment Out Region" . comment-region)) +(define-key c-mode-map [menu-bar c c-macro-expand] + '("Macro Expand Region" . c-macro-expand)) +(define-key c-mode-map [menu-bar c c-backslash-region] + '("Backslashify" . c-backslash-region)) (define-key c-mode-map [menu-bar c indent-exp] '("Indent Expression" . indent-c-exp)) (define-key c-mode-map [menu-bar c indent-line]