summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-styles.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-14 22:10:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-14 22:10:02 +0000
commitb402d19f2f3d030b16dc9cf8b82e319ecbfb9795 (patch)
tree2aaf879e391c5c42f4be0a4393805a244c33190e /lisp/progmodes/cc-styles.el
parentb7a74d2cea8c6e40d57e51da95290ac88fb0cc35 (diff)
downloademacs-b402d19f2f3d030b16dc9cf8b82e319ecbfb9795.tar.gz
(c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r--lisp/progmodes/cc-styles.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-styles.el b/lisp/progmodes/cc-styles.el
index 9e37dba4186..daaf762d77c 100644
--- a/lisp/progmodes/cc-styles.el
+++ b/lisp/progmodes/cc-styles.el
@@ -43,6 +43,8 @@
(arglist-close . c-lineup-arglist)
))
(c-special-indent-hook . c-gnu-impose-minimum)
+ (c-comment-continuation-stars . "")
+ (c-hanging-comment-ender-p . t)
)
("k&r"
(c-basic-offset . 5)