From c6b3c155c9c6f184b81b190f1a9426e963381067 Mon Sep 17 00:00:00 2001 From: Simon Marshall Date: Fri, 16 Jun 1995 12:45:12 +0000 Subject: [PATCH] ditto for c-backslash-region. --- lisp/progmodes/c-mode.el | 1 + 1 file changed, 1 insertion(+) 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. -- 2.39.2