emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/obsolete/cplus-md.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/obsolete/cplus-md.el
Date: Thu, 20 Dec 2001 13:20:08 -0500

Index: emacs/lisp/obsolete/cplus-md.el
diff -c emacs/lisp/obsolete/cplus-md.el:1.5 emacs/lisp/obsolete/cplus-md.el:1.6
*** emacs/lisp/obsolete/cplus-md.el:1.5 Wed Nov 28 19:49:32 2001
--- emacs/lisp/obsolete/cplus-md.el     Thu Dec 20 13:20:07 2001
***************
*** 169,175 ****
    :group 'old-c++)
  (defcustom c++-empty-arglist-indent nil
    "*Indicates how far to indent an line following an empty argument
! list.  Nil indicates to just after the paren."
    :type '(choice (const nil) integer)
    :group 'old-c++)
  
--- 169,175 ----
    :group 'old-c++)
  (defcustom c++-empty-arglist-indent nil
    "*Indicates how far to indent an line following an empty argument
! list.  nil indicates to just after the paren."
    :type '(choice (const nil) integer)
    :group 'old-c++)
  
***************
*** 316,322 ****
      Indentation level of member initializations in function declarations,
      if they are on a separate line beginning with a colon.
   c++-continued-member-init-offset
!     Extra indentation for continuation lines of member initializations; NIL
      means to align with previous initializations rather than with the colon.
  
  Settings for K&R, BSD, and Stroustrup indentation styles are
--- 316,322 ----
      Indentation level of member initializations in function declarations,
      if they are on a separate line beginning with a colon.
   c++-continued-member-init-offset
!     Extra indentation for continuation lines of member initializations; nil
      means to align with previous initializations rather than with the colon.
  
  Settings for K&R, BSD, and Stroustrup indentation styles are



reply via email to

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