diff options
| author | Eric S. Raymond | 1992-12-06 22:32:20 +0000 |
|---|---|---|
| committer | Eric S. Raymond | 1992-12-06 22:32:20 +0000 |
| commit | ce4b7b02460cc7234e6feb9a4364b9e6b967fc37 (patch) | |
| tree | 46dc5544249dec8b73b530d1d0fa216c8e9ed71c /lisp | |
| parent | 4aa1632a5f5c533d235ab51fd27636928f29bf89 (diff) | |
| download | emacs-ce4b7b02460cc7234e6feb9a4364b9e6b967fc37.tar.gz emacs-ce4b7b02460cc7234e6feb9a4364b9e6b967fc37.zip | |
* c-mode.el (c-style-alist): Add quotes around C++ style name.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/c-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-mode.el b/lisp/progmodes/c-mode.el index 4fa70262471..41c75c69ddd 100644 --- a/lisp/progmodes/c-mode.el +++ b/lisp/progmodes/c-mode.el | |||
| @@ -104,7 +104,7 @@ This is in addition to c-continued-statement-offset.") | |||
| 104 | (c-brace-offset . -4) | 104 | (c-brace-offset . -4) |
| 105 | (c-label-offset . -4) | 105 | (c-label-offset . -4) |
| 106 | (c-continued-statement-offset . 4)) | 106 | (c-continued-statement-offset . 4)) |
| 107 | (C++ | 107 | ("C++" |
| 108 | (c-indent-level . 4) | 108 | (c-indent-level . 4) |
| 109 | (c-continued-statement-offset . 4) | 109 | (c-continued-statement-offset . 4) |
| 110 | (c-brace-offset . -4) | 110 | (c-brace-offset . -4) |