From c3d3eea99157f4269c2da0973ac63ef41d171189 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Aug 1997 03:37:28 +0000 Subject: [PATCH] (c-style-alist): "python" style requires c-comment-continuation-stars be "". --- lisp/progmodes/cc-styles.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.5