Remove 'Local Variable' comments

This commit is contained in:
Brendan Zabarauskas 2013-05-01 20:52:09 +10:00
parent b4bdc3f500
commit e596128bd8
86 changed files with 0 additions and 775 deletions

View file

@ -76,10 +76,3 @@ pub fn fg(writer: @io::Writer, color: u8) {
pub fn bg(writer: @io::Writer, color: u8) {
return set_color(writer, '4' as u8, color);
}
// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// End: