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 | |
| 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')
| -rw-r--r-- | src/rt/rust_box_annihilator.cpp | 9 | ||||
| -rw-r--r-- | src/rt/rust_cc.cpp | 9 | ||||
| -rw-r--r-- | src/rt/rust_cc.h | 9 | ||||
| -rw-r--r-- | src/rt/rust_shape.cpp | 9 | ||||
| -rw-r--r-- | src/rt/rust_shape.h | 9 | ||||
| -rw-r--r-- | src/rt/rust_type.h | 10 |
6 files changed, 55 insertions, 0 deletions
diff --git a/src/rt/rust_box_annihilator.cpp b/src/rt/rust_box_annihilator.cpp index 15ec71eeb05..6f6a22213e9 100644 --- a/src/rt/rust_box_annihilator.cpp +++ b/src/rt/rust_box_annihilator.cpp @@ -221,3 +221,12 @@ annihilate_boxes(rust_task *task) { } } +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// 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: +// diff --git a/src/rt/rust_cc.h b/src/rt/rust_cc.h index 2edab782d9c..70c3a07d019 100644 --- a/src/rt/rust_cc.h +++ b/src/rt/rust_cc.h @@ -19,3 +19,12 @@ void maybe_cc(rust_task *task); #endif +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// diff --git a/src/rt/rust_shape.cpp b/src/rt/rust_shape.cpp index 47d1f2bd1ef..1374a380e8e 100644 --- a/src/rt/rust_shape.cpp +++ b/src/rt/rust_shape.cpp @@ -627,3 +627,12 @@ shape_log_type(const type_desc *tydesc, uint8_t *data, uint32_t level) { task->sched_loop->get_log().log(task, level, "%s", ss.str().c_str()); } +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// diff --git a/src/rt/rust_shape.h b/src/rt/rust_shape.h index c6442add9d7..6552c594577 100644 --- a/src/rt/rust_shape.h +++ b/src/rt/rust_shape.h @@ -1361,3 +1361,12 @@ public: #endif +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// diff --git a/src/rt/rust_type.h b/src/rt/rust_type.h index 399832d553c..2850273c251 100644 --- a/src/rt/rust_type.h +++ b/src/rt/rust_type.h @@ -70,3 +70,13 @@ struct type_desc { extern "C" type_desc *rust_clone_type_desc(type_desc*); #endif + +// +// Local Variables: +// mode: C++ +// fill-column: 78; +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: +// |
