(c-style-alist) <gnu>:
authorRichard M. Stallman <rms@gnu.org>
Thu, 14 Aug 1997 22:10:02 +0000 (22:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 14 Aug 1997 22:10:02 +0000 (22:10 +0000)
Set c-comment-continuation-stars and c-hanging-comment-ender-p.

lisp/progmodes/cc-styles.el

index 9e37dba..daaf762 100644 (file)
@@ -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)