diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-09-08 03:22:22 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-09-08 03:22:22 +0000 |
commit | 62971612a21ba2baa01fb5b6a74c14ab250981d8 (patch) | |
tree | cb5c0c1c37e1fe11ace9cf07674c4458d4f74994 /lisp/progmodes/cc-styles.el | |
parent | 9796cb5b2f7c4f2ff21979571fa462816ba663b2 (diff) | |
download | emacs-62971612a21ba2baa01fb5b6a74c14ab250981d8.tar.gz |
(c-style-alist) <python>:, knr-argdecl-intro == +
fill-column = 78, arglist-intro <= +, inextern-lang <= 0.
Set c-comment-continuation-stars to "".
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r-- | lisp/progmodes/cc-styles.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index 978083c30b2..08b5fae35f6 100644 --- a/lisp/progmodes/cc-styles.el +++ b/lisp/progmodes/cc-styles.el @@ -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. @@ -119,6 +119,9 @@ (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) @@ -126,7 +129,9 @@ (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) |