changeset 5422:b56d0a9dbcf2

More menu bar commands.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Jan 1994 07:41:23 +0000
parents a248a39fa4b8
children 8213b45445a6
files lisp/progmodes/c-mode.el
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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]