]> git.eshelyaron.com Git - emacs.git/commitdiff
(c-style-alist): "python" style requires c-comment-continuation-stars be "".
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:37:28 +0000 (03:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Aug 1997 03:37:28 +0000 (03:37 +0000)
lisp/progmodes/cc-styles.el

index daaf762d77c4a81ded868e9d65cc9f4bb131b041..978083c30b21a02872effc946cb76804f73ca88d 100644 (file)
@@ -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.
                                (substatement-open after)
                                (block-close . c-snug-do-while)
                                ))
+     (c-comment-continuation-stars "")
      )
     ("java"
      (c-basic-offset . 2)