1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

ditto for c-backslash-region.

This commit is contained in:
Simon Marshall 1995-06-16 12:45:12 +00:00
parent d73ecf45ad
commit c6b3c155c9

View 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.