Mercurial > emacs
changeset 19807:86412da1174b
(c-style-alist) <python>:, knr-argdecl-intro == +
fill-column = 78, arglist-intro <= +, inextern-lang <= 0.
Set c-comment-continuation-stars to "".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Sep 1997 03:22:22 +0000 |
parents | dc7a5df6e4b9 |
children | 89bb8d12f27b |
files | lisp/progmodes/cc-styles.el |
diffstat | 1 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-styles.el Mon Sep 08 03:20:49 1997 +0000 +++ b/lisp/progmodes/cc-styles.el Mon Sep 08 03:22:22 1997 +0000 @@ -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)