From: Richard M. Stallman Date: Mon, 8 Sep 1997 03:22:22 +0000 (+0000) Subject: (c-style-alist) :, knr-argdecl-intro == + X-Git-Tag: emacs-20.1~141 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=62971612a21ba2baa01fb5b6a74c14ab250981d8;p=emacs.git (c-style-alist) :, knr-argdecl-intro == + fill-column = 78, arglist-intro <= +, inextern-lang <= 0. Set c-comment-continuation-stars to "". --- 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)