aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-styles.el3
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 @@
7;; 1985 Richard M. Stallman 7;; 1985 Richard M. Stallman
8;; Maintainer: cc-mode-help@python.org 8;; Maintainer: cc-mode-help@python.org
9;; Created: 22-Apr-1997 (split from cc-mode.el) 9;; Created: 22-Apr-1997 (split from cc-mode.el)
10;; Version: 5.15 10;; Version: 5.16
11;; Keywords: c languages oop 11;; Keywords: c languages oop
12 12
13;; This file is part of GNU Emacs. 13;; This file is part of GNU Emacs.
@@ -126,6 +126,7 @@
126 (substatement-open after) 126 (substatement-open after)
127 (block-close . c-snug-do-while) 127 (block-close . c-snug-do-while)
128 )) 128 ))
129 (c-comment-continuation-stars "")
129 ) 130 )
130 ("java" 131 ("java"
131 (c-basic-offset . 2) 132 (c-basic-offset . 2)