aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1991-12-21 08:11:14 +0000
committerJim Blandy <[email protected]>1991-12-21 08:11:14 +0000
commit2b529dd25efceb5949eb53a6ee414d159d8a54e9 (patch)
treef2b584990efd0dc6388348871c2988d674b25aeb
parent1311ff03265e1eaa93612b0f1c6fea26a882603a (diff)
*** empty log message ***
-rw-r--r--lisp/progmodes/c-mode.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el
index a9267b3b7c..ef3319c9e0 100644
--- a/lisp/progmodes/c-mode.el
+++ b/lisp/progmodes/c-mode.el
@@ -1,4 +1,4 @@
- ;; C code editing commands for Emacs
+;; C code editing commands for Emacs
;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc.
;; This file is part of GNU Emacs.
@@ -100,6 +100,13 @@ This is in addition to c-continued-statement-offset.")
(c-brace-offset . -4)
(c-label-offset . -4)
(c-continued-statement-offset . 4))
+ (C++
+ (c-indent-level . 4)
+ (c-continued-statement-offset . 4)
+ (c-brace-offset . -4)
+ (c-argdecl-indent . 0)
+ (c-label-offset . -4)
+ (c-auto-newline . t))
("Whitesmith"
(c-indent-level . 4)
(c-argdecl-indent . 4)