/[emacs]/emacs/lisp/progmodes/cc-align.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/cc-align.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by mast, Mon Apr 22 00:35:36 2002 UTC revision 1.19 by lektu, Tue May 6 17:44:11 2003 UTC
# Line 107  Works with: arglist-cont-nonempty, argli Line 107  Works with: arglist-cont-nonempty, argli
107  foo (xyz, aaa + bbb + ccc  foo (xyz, aaa + bbb + ccc
108            + ddd + eee + fff);    <- c-lineup-argcont            + ddd + eee + fff);    <- c-lineup-argcont
109    
110  Only continuation lines like this are touched, `nil' is returned on lines  Only continuation lines like this are touched, nil is returned on lines
111  which are the start of an argument.  which are the start of an argument.
112    
113  Within a gcc asm block, \":\" is recognised as an argument separator,  Within a gcc asm block, \":\" is recognised as an argument separator,
# Line 842  The \"x\" line is aligned to the text af Line 842  The \"x\" line is aligned to the text af
842  similarly \"z\" under \"y\".  similarly \"z\" under \"y\".
843    
844  This is done only in an \"asm\" or \"__asm__\" block, and only to those  This is done only in an \"asm\" or \"__asm__\" block, and only to those
845  lines mentioned.  Anywhere else `nil' is returned.  The usual arrangement is  lines mentioned.  Anywhere else nil is returned.  The usual arrangement is
846  to have this routine as an extra feature at the start of arglist lineups, e.g.  to have this routine as an extra feature at the start of arglist lineups, e.g.
847    
848      (c-lineup-gcc-asm-reg c-lineup-arglist)      (c-lineup-gcc-asm-reg c-lineup-arglist)

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26