Mercurial > emacs
changeset 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 | bdcb6282a658 |
children | d7ecbd12ecef |
files | lisp/progmodes/cc-styles.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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)