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

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

Preventing indentation of statements inside #ifdef __cplusplus....


From: Nordlöw
Subject: Preventing indentation of statements inside #ifdef __cplusplus....
Date: Thu, 14 Jun 2007 07:13:40 -0700
User-agent: G2/1.0

How can I instruct Emacs *not* to indent declarations and definitions
such as the statement foo(); between the following standard snippets?:

#ifdef __cplusplus
extern "C" {
#endif

foo();

#ifdef __cplusplus
}
#endif


Thanks,
Nordlöw



reply via email to

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