More menu bar commands.
authorRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 07:41:23 +0000 (07:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 3 Jan 1994 07:41:23 +0000 (07:41 +0000)
lisp/progmodes/c-mode.el

index 3728b12..6498cb9 100644 (file)
 (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]