diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-08-14 22:10:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-08-14 22:10:02 +0000 |
commit | b402d19f2f3d030b16dc9cf8b82e319ecbfb9795 (patch) | |
tree | 2aaf879e391c5c42f4be0a4393805a244c33190e /lisp/progmodes/cc-styles.el | |
parent | b7a74d2cea8c6e40d57e51da95290ac88fb0cc35 (diff) | |
download | emacs-b402d19f2f3d030b16dc9cf8b82e319ecbfb9795.tar.gz |
(c-style-alist) <gnu>:
Set c-comment-continuation-stars and c-hanging-comment-ender-p.
Diffstat (limited to 'lisp/progmodes/cc-styles.el')
-rw-r--r-- | lisp/progmodes/cc-styles.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |