emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-align.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-align.el
Date: Tue, 06 May 2003 13:44:12 -0400

Index: emacs/lisp/progmodes/cc-align.el
diff -c emacs/lisp/progmodes/cc-align.el:1.18 
emacs/lisp/progmodes/cc-align.el:1.19
*** emacs/lisp/progmodes/cc-align.el:1.18       Sun Apr 21 20:35:36 2002
--- emacs/lisp/progmodes/cc-align.el    Tue May  6 13:44:11 2003
***************
*** 107,113 ****
  foo (xyz, aaa + bbb + ccc
            + ddd + eee + fff);    <- c-lineup-argcont
  
! Only continuation lines like this are touched, `nil' is returned on lines
  which are the start of an argument.
  
  Within a gcc asm block, \":\" is recognised as an argument separator,
--- 107,113 ----
  foo (xyz, aaa + bbb + ccc
            + ddd + eee + fff);    <- c-lineup-argcont
  
! Only continuation lines like this are touched, nil is returned on lines
  which are the start of an argument.
  
  Within a gcc asm block, \":\" is recognised as an argument separator,
***************
*** 842,848 ****
  similarly \"z\" under \"y\".
  
  This is done only in an \"asm\" or \"__asm__\" block, and only to those
! lines mentioned.  Anywhere else `nil' is returned.  The usual arrangement is
  to have this routine as an extra feature at the start of arglist lineups, e.g.
  
      (c-lineup-gcc-asm-reg c-lineup-arglist)
--- 842,848 ----
  similarly \"z\" under \"y\".
  
  This is done only in an \"asm\" or \"__asm__\" block, and only to those
! lines mentioned.  Anywhere else nil is returned.  The usual arrangement is
  to have this routine as an extra feature at the start of arglist lineups, e.g.
  
      (c-lineup-gcc-asm-reg c-lineup-arglist)




reply via email to

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