diff options
| author | Graydon Hoare <[email protected]> | 2010-08-12 10:29:23 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-12 10:29:23 -0700 |
| commit | bc0d1fbae538fbb673fd1d03e0efcf89874ed88d (patch) | |
| tree | 171769fbd01bd54a4e9660f858e21d92b700dd72 /src/comp/fe/lexer.rs | |
| parent | Kill old parser support for type-parametric modules. We don't support those. (diff) | |
| download | rust-bc0d1fbae538fbb673fd1d03e0efcf89874ed88d.tar.xz rust-bc0d1fbae538fbb673fd1d03e0efcf89874ed88d.zip | |
Add modelines and related emacs chatter to rustc.
Diffstat (limited to 'src/comp/fe/lexer.rs')
| -rw-r--r-- | src/comp/fe/lexer.rs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/comp/fe/lexer.rs b/src/comp/fe/lexer.rs index 87809b3b..7a311f37 100644 --- a/src/comp/fe/lexer.rs +++ b/src/comp/fe/lexer.rs @@ -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: +// |