1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(c-style-alist) <gnu>:

Set c-comment-continuation-stars and c-hanging-comment-ender-p.
This commit is contained in:
Richard M. Stallman 1997-08-14 22:10:02 +00:00
parent b7a74d2cea
commit b402d19f2f

View File

@ -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)