help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

change function assignment


From: Uwe Mayer
Subject: change function assignment
Date: Sun, 24 Oct 2004 11:31:04 +0200
User-agent: KNode/0.8.0

Hi,

I use emacs for C++ programming. The c-mode provides a nice 'comment-box'
function like this:

/***********/
/* text    */
/***********/

but in c++-mode this changes to:

///////////////
// text      //
///////////////

I know (a little) about the c++-mode-hook customisation, but could someone
please tell me how to bind the comment-box function from c-mode to the
c++-mode identifier comment-box?

Thanks,
Ciao
Uwe
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]