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

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

C mode strange coding style


From: kgold
Subject: C mode strange coding style
Date: 18 Feb 2003 23:02:01 GMT

A co-worker uses a coding style for C functions like this:

long function_name
  (
   int var1,
   int var2
  )
  { ...

Neither font-lock nor imenu seem to identify functions when the
parameters are coded on a separate line after the (.

Is there any fix or work around?  
   

-- 
-- 
Ken Goldman   kgold@watson.ibm.com   914-784-7646


reply via email to

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