Index: openacs-4/packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl 27 Oct 2014 16:39:29 -0000 1.6 +++ openacs-4/packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl 7 Aug 2017 23:47:54 -0000 1.7 @@ -144,3 +144,9 @@ } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: