# HG changeset patch # User Simon Marshall # Date 803306712 0 # Node ID 245837225a31392912b6ce2ba2ecf63aa831652d # Parent 0f080f07479d1f339476cbaf6d0ce5917bc4b669 ditto for c-backslash-region. diff -r 0f080f07479d -r 245837225a31 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Fri Jun 16 12:30:26 1995 +0000 +++ b/lisp/progmodes/c-mode.el Fri Jun 16 12:45:12 1995 +0000 @@ -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.