Add modelines and related emacs chatter to rustc.

This commit is contained in:
Graydon Hoare 2010-08-12 10:29:23 -07:00
parent c599b32646
commit bc0d1fbae5
3 changed files with 35 additions and 0 deletions

View File

@ -19,4 +19,17 @@ fn main(vec[str] args) -> () {
i += 1;
}
}
//
// Local Variables:
// mode: rust
// 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:
//

View File

@ -18,3 +18,14 @@ iter bytes(buf_reader rdr) -> u8 {
}
}
}
//
// Local Variables:
// mode: rust
// 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:
//

View File

@ -0,0 +1,11 @@
//
// Local Variables:
// mode: rust
// 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:
//