> On Jun 9, 2015, at 12:56 AM, [email protected] wrote: > > Revision > 137323 > Author > [email protected] > Date > 2015-06-08 22:56:17 -0700 (Mon, 08 Jun 2015) > Log Message > > Fix the filename in copyright header > Add missing modeline in macports_util.tcl > > Modified Paths > > • trunk/base/src/macports1.0/macports_util.tcl > Diff > > Modified: trunk/base/src/macports1.0/macports_util.tcl (137322 => 137323) > > --- trunk/base/src/macports1.0/macports_util.tcl 2015-06-09 05:06:34 UTC > (rev 137322) > +++ trunk/base/src/macports1.0/macports_util.tcl 2015-06-09 05:56:17 UTC > (rev 137323) > @@ -1,4 +1,5 @@ > -# macports.tcl > +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; > c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 > +# macports_util.tcl > # $Id$
Thanks for adding the modeline. The filenames in the headers are an anachronism; the $Id$ line serves this purpose now. _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
