about summary refs log tree commit diff
path: root/src/rt/rust_chan.cpp
diff options
context:
space:
mode:
authorMichael Bebenita <mbebenita@mozilla.com>2010-07-28 00:36:35 -0700
committerGraydon Hoare <graydon@mozilla.com>2010-07-28 20:30:29 -0700
commit9fe4b0d404ed47992df29d89f00b2dca59501385 (patch)
treed34ff3878870aa98f94059e87e66a7b7e84bb4c9 /src/rt/rust_chan.cpp
parent6c0ce25dbf1df3b56e5ff2b5837b9a255bcbc567 (diff)
downloadrust-9fe4b0d404ed47992df29d89f00b2dca59501385.tar.gz
rust-9fe4b0d404ed47992df29d89f00b2dca59501385.zip
Add modeline / file-local emacs var blocks.
Diffstat (limited to 'src/rt/rust_chan.cpp')
-rw-r--r--src/rt/rust_chan.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rt/rust_chan.cpp b/src/rt/rust_chan.cpp
index 497968c7d3d..43744a115be 100644
--- a/src/rt/rust_chan.cpp
+++ b/src/rt/rust_chan.cpp
@@ -60,3 +60,14 @@ int rust_chan::transmit() {
     return 0;
 
 }
+
+//
+// Local Variables:
+// mode: C++
+// fill-column: 78;
+// indent-tabs-mode: nil
+// c-basic-offset: 4
+// buffer-file-coding-system: utf-8-unix
+// compile-command: "make -k -C .. 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
+// End:
+//