From bc0d1fbae538fbb673fd1d03e0efcf89874ed88d Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 12 Aug 2010 10:29:23 -0700 Subject: Add modelines and related emacs chatter to rustc. --- src/comp/driver/rustc.rs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/comp/driver/rustc.rs') diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs index e5a614ba..1a0329c1 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: +// -- cgit v1.2.3