]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-style-alist) <python>:, knr-argdecl-intro == +
authorRichard M. Stallman <rms@gnu.org>
Mon, 8 Sep 1997 03:22:22 +0000 (03:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 8 Sep 1997 03:22:22 +0000 (03:22 +0000)
fill-column = 78, arglist-intro <= +, inextern-lang <= 0.
Set c-comment-continuation-stars to "".

lisp/progmodes/cc-styles.el

index 978083c30b21a02872effc946cb76804f73ca88d..08b5fae35f66dc41974bb35bf19bbdb65446fd80 100644 (file)
@@ -7,7 +7,7 @@
 ;;             1985 Richard M. Stallman
 ;; Maintainer: cc-mode-help@python.org
 ;; Created:    22-Apr-1997 (split from cc-mode.el)
-;; Version:    5.16
+;; Version:    5.17
 ;; Keywords:   c languages oop
 
 ;; This file is part of GNU Emacs.
      (fill-column      . 72)
      (c-basic-offset   . 8)
      (c-offsets-alist  . ((substatement-open . 0)
+                         (inextern-lang . 0)
+                         (arglist-intro . +)
+                         (knr-argdecl-intro . +)
                          ))
      (c-hanging-braces-alist . ((brace-list-open)
                                (brace-list-intro)
                                (substatement-open after)
                                (block-close . c-snug-do-while)
                                ))
-     (c-comment-continuation-stars "")
+     (c-comment-continuation-stars . "")
+     (c-hanging-comment-ender-p . nil)
+     (fill-column . 78)
      )
     ("java"
      (c-basic-offset . 2)