remove compile-command from local variable blocks

This commit is contained in:
Niko Matsakis
2011-11-17 11:46:13 -08:00
parent a92699fe58
commit adc79e2f44
106 changed files with 0 additions and 106 deletions

View File

@@ -127,5 +127,4 @@ fn get_exe_path() -> option::t<fs::path> {
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// compile-command: "make -k -C $RBUILD 2>&1 | sed -e 's/\\/x\\//x:\\//g'";
// End: