diff options
| author | Michael Sullivan <sully@msully.net> | 2012-06-08 11:33:29 -0700 |
|---|---|---|
| committer | Michael Sullivan <sully@msully.net> | 2012-06-11 12:19:40 -0700 |
| commit | 70b79d1e32f29343af665d0fba26c255b9fcb58f (patch) | |
| tree | acd9e464d4a7ab343013b3fd3d1cf2db63a23fd1 /src/rt/rust_cc.cpp | |
| parent | 87d57e4919a8f0d76a0d100a3003a26dffa4303a (diff) | |
| download | rust-70b79d1e32f29343af665d0fba26c255b9fcb58f.tar.gz rust-70b79d1e32f29343af665d0fba26c255b9fcb58f.zip | |
Add emacs settings to some runtime files where they were missing.
Diffstat (limited to 'src/rt/rust_cc.cpp')
| -rw-r--r-- | src/rt/rust_cc.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/rt/rust_cc.cpp b/src/rt/rust_cc.cpp index 4d6aaf02070..46fb08a1ff6 100644 --- a/src/rt/rust_cc.cpp +++ b/src/rt/rust_cc.cpp @@ -570,3 +570,12 @@ maybe_cc(rust_task *task) { } // end namespace cc +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// |
