On Sat, 2009-06-20 at 01:16 +0200, du...@mail.berlios.de wrote: > Author: duane > Date: 2009-06-20 01:15:58 +0200 (Sat, 20 Jun 2009) > New Revision: 2293 [snip] > +/* > + * Local Variables: > + * c-basic-offset: 4 > + * tab-width: 4 > + * End: > + */
I think this kind of stuff should be prohibited from source files. This is noise for anyone that does not use one specific editor. Attached is a patch that removes three such blocks from the tree. Cheers, Zach
Remove editor preferences from source files. --- helper/jim.c | 9 --------- helper/jim.h | 7 ------- jtag/tcl.c | 7 ------- 3 files changed, 23 deletions(-) ====== only in patch2: unchanged: --- src/helper/jim.c (revision 2293) +++ src/helper/jim.c (working copy) @@ -12833,12 +12833,3 @@ return Jim_GetString( debug_string_obj, NULL ); } - - - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ only in patch2: unchanged: --- src/helper/jim.h (revision 2293) +++ src/helper/jim.h (working copy) @@ -1322,10 +1322,3 @@ #endif #endif /* __JIM__H */ - -/* - * Local Variables: *** - * c-basic-offset: 4 *** - * tab-width: 4 *** - * End: *** - */ only in patch2: unchanged: --- src/jtag/tcl.c (revision 2293) +++ src/jtag/tcl.c (working copy) @@ -1502,10 +1502,3 @@ return ERROR_OK; } - -/* - * Local Variables: - * c-basic-offset: 4 - * tab-width: 4 - * End: - */
_______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development