From b402d19f2f3d030b16dc9cf8b82e319ecbfb9795 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 14 Aug 1997 22:10:02 +0000 Subject: [PATCH] (c-style-alist) : Set c-comment-continuation-stars and c-hanging-comment-ender-p. --- lisp/progmodes/cc-styles.el | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.39.5