From: Richard M. Stallman Date: Thu, 14 Aug 1997 22:10:02 +0000 (+0000) Subject: (c-style-alist) : X-Git-Tag: emacs-20.1~599 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b402d19f2f3d030b16dc9cf8b82e319ecbfb9795;p=emacs.git (c-style-alist) : Set c-comment-continuation-stars and c-hanging-comment-ender-p. --- 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)