Mercurial > emacs
changeset 12271:245837225a31
ditto for c-backslash-region.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Fri, 16 Jun 1995 12:45:12 +0000 |
parents | 0f080f07479d |
children | 9c8be78affe6 |
files | lisp/progmodes/c-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.