]> git.eshelyaron.com Git - emacs.git/commitdiff
ditto for c-backslash-region.
authorSimon Marshall <simon@gnu.org>
Fri, 16 Jun 1995 12:45:12 +0000 (12:45 +0000)
committerSimon Marshall <simon@gnu.org>
Fri, 16 Jun 1995 12:45:12 +0000 (12:45 +0000)
lisp/progmodes/c-mode.el

index ff4a8e465c79157deacabed2632df880a34d724c..9e808c057b28d70c7bb426765f82e89e68d9da01 100644 (file)
@@ -86,6 +86,7 @@
 
 (put 'comment-region 'menu-enable 'mark-active)
 (put 'c-macro-expand 'menu-enable 'mark-active)
+(put 'c-backslash-region 'menu-enable 'mark-active)
 
 (autoload 'c-macro-expand "cmacexp"
   "Display the result of expanding all C macros occurring in the region.