]> git.eshelyaron.com Git - emacs.git/commitdiff
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 3728b128401330c06dc90e93bbc6e69ae37f0f7f..6498cb97baf0e27c691b62e5a7b5071d6f94f431 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]