Author: torsten Date: Thu Jun 26 05:16:39 2008 New Revision: 671869 URL: http://svn.apache.org/viewvc?rev=671869&view=rev Log: delete emacs local variables
Modified: perl/modperl/branches/threading/src/modules/perl/modperl_interp.c perl/modperl/branches/threading/src/modules/perl/modperl_module.c Modified: perl/modperl/branches/threading/src/modules/perl/modperl_interp.c URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/src/modules/perl/modperl_interp.c?rev=671869&r1=671868&r2=671869&view=diff ============================================================================== --- perl/modperl/branches/threading/src/modules/perl/modperl_interp.c (original) +++ perl/modperl/branches/threading/src/modules/perl/modperl_interp.c Thu Jun 26 05:16:39 2008 @@ -600,9 +600,3 @@ } #endif /* USE_ITHREADS */ - -/* - * Local Variables: - * c-basic-offset: 4 - * End: - */ Modified: perl/modperl/branches/threading/src/modules/perl/modperl_module.c URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/src/modules/perl/modperl_module.c?rev=671869&r1=671868&r2=671869&view=diff ============================================================================== --- perl/modperl/branches/threading/src/modules/perl/modperl_module.c (original) +++ perl/modperl/branches/threading/src/modules/perl/modperl_module.c Thu Jun 26 05:16:39 2008 @@ -931,9 +931,3 @@ return obj; } - -/* - * Local Variables: - * c-basic-offset: 4 - * End: - */