diff lisp/progmodes/cc-styles.el @ 19349:7f45f7ed50c8

(c-style-alist) <gnu>: Set c-comment-continuation-stars and c-hanging-comment-ender-p.
author Richard M. Stallman <rms@gnu.org>
date Thu, 14 Aug 1997 22:10:02 +0000
parents 55c870186c51
children 6d5536cedd70
line wrap: on
line diff
--- a/lisp/progmodes/cc-styles.el	Thu Aug 14 22:04:54 1997 +0000
+++ b/lisp/progmodes/cc-styles.el	Thu Aug 14 22:10:02 1997 +0000
@@ -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)