Add modeline / file-local emacs var blocks.

This commit is contained in:
Michael Bebenita
2010-07-28 00:36:35 -07:00
committed by Graydon Hoare
parent 6c0ce25dbf
commit 9fe4b0d404
5 changed files with 54 additions and 0 deletions

View File

@@ -60,3 +60,14 @@ int rust_chan::transmit() {
return 0;
}
//
// Local Variables:
// mode: C++
// 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:
//

View File

@@ -21,4 +21,15 @@ public:
int transmit();
};
//
// Local Variables:
// mode: C++
// 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:
//
#endif /* RUST_CHAN_H */

View File

@@ -90,4 +90,15 @@ struct rust_dom
int start_main_loop();
};
//
// Local Variables:
// mode: C++
// 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:
//
#endif /* RUST_DOM_H */

View File

@@ -28,4 +28,15 @@ public:
}
};
//
// Local Variables:
// mode: C++
// 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:
//
#endif /* RUST_PROXY_H */

View File

@@ -103,5 +103,15 @@ rust_task : public rust_proxy_delegate<rust_task>,
rust_crate_cache * get_crate_cache(rust_crate const *curr_crate);
};
//
// Local Variables:
// mode: C++
// 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:
//
#endif /* RUST_TASK_H */