From: Simon Marshall Date: Fri, 16 Jun 1995 12:45:12 +0000 (+0000) Subject: ditto for c-backslash-region. X-Git-Tag: emacs-19.34~3588 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6b3c155c9c6f184b81b190f1a9426e963381067;p=emacs.git ditto for c-backslash-region. --- diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index ff4a8e465c7..9e808c057b2 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el @@ -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.