Mercurial > emacs
changeset 19376:6d5536cedd70
(c-style-alist): "python" style requires c-comment-continuation-stars be "".
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Aug 1997 03:37:28 +0000 |
parents | 83132785cf7f |
children | 989d0412ada3 |
files | lisp/progmodes/cc-styles.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/cc-styles.el Sat Aug 16 02:06:18 1997 +0000 +++ b/lisp/progmodes/cc-styles.el Sat Aug 16 03:37:28 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.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)