diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-16 03:37:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-16 03:37:28 +0000 |
commit | c3d3eea99157f4269c2da0973ac63ef41d171189 (patch) | |
tree | b6b730695c256e32c567a8b5ec0774a23e0af669 /lisp/progmodes/cc-styles.el | |
parent | 377dbd97a8a095513ed9759c49814d63cdb018ab (diff) | |
download | emacs-c3d3eea99157f4269c2da0973ac63ef41d171189.tar.gz |
(c-style-alist): "python" style requires c-comment-continuation-stars be "".
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r-- | lisp/progmodes/cc-styles.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el index daaf762d77c..978083c30b2 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.15 +;; Version: 5.16 ;; Keywords: c languages oop ;; This file is part of GNU Emacs. @@ -126,6 +126,7 @@ (substatement-open after) (block-close . c-snug-do-while) )) + (c-comment-continuation-stars "") ) ("java" (c-basic-offset . 2) |