From: Richard M. Stallman Date: Sat, 16 Aug 1997 03:37:28 +0000 (+0000) Subject: (c-style-alist): "python" style requires c-comment-continuation-stars be "". X-Git-Tag: emacs-20.1~572 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c3d3eea99157f4269c2da0973ac63ef41d171189;p=emacs.git (c-style-alist): "python" style requires c-comment-continuation-stars be "". --- 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)