diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2010-08-12 10:29:23 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2010-08-12 10:29:23 -0700 |
| commit | bc0d1fbae538fbb673fd1d03e0efcf89874ed88d (patch) | |
| tree | 171769fbd01bd54a4e9660f858e21d92b700dd72 /src/comp/driver | |
| parent | c599b32646272396f436db24303aed64e6766361 (diff) | |
| download | rust-bc0d1fbae538fbb673fd1d03e0efcf89874ed88d.tar.gz rust-bc0d1fbae538fbb673fd1d03e0efcf89874ed88d.zip | |
Add modelines and related emacs chatter to rustc.
Diffstat (limited to 'src/comp/driver')
| -rw-r--r-- | src/comp/driver/rustc.rs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index e5a614bacee..1a0329c1158 100644 --- a/src/comp/driver/rustc.rs +++ b/src/comp/driver/rustc.rs @@ -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: +// |
