Skip to content

Commit 894e222

Browse files
committed
Add emacs variables to encoder.rs
1 parent d328c7e commit 894e222

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/comp/metadata/encoder.rs

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,3 +478,13 @@ fn encode_metadata(&@crate_ctxt cx, &@crate crate) -> str {
478478
buf_w.write([0u8, 0u8, 0u8, 0u8]);
479479
ret string_w.get_str();
480480
}
481+
482+
483+
// Local Variables:
484+
// mode: rust
485+
// fill-column: 78;
486+
// indent-tabs-mode: nil
487+
// c-basic-offset: 4
488+
// buffer-file-coding-system: utf-8-unix
489+
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
490+
// End:

0 commit comments

Comments
 (0)