Index: openacs-4/packages/acs-tcl/tcl/apm-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-init.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/apm-init.tcl 27 Oct 2014 16:40:05 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/apm-init.tcl 7 Aug 2017 23:47:59 -0000 1.3 @@ -1,6 +1,6 @@ # FIXME: Peter M - This file cannot be watched with the APM as it -# re-initializes the reload level to 0 everytime it is sourced. Could +# re-initializes the reload level to 0 every time it is sourced. Could # we move these initialization to an -init.tcl file instead? # Initialize loader NSV arrays. See apm-procs.tcl for a description of @@ -11,3 +11,9 @@ nsv_array set apm_reload_watch [list] nsv_array set apm_package_info [list] nsv_set apm_properties reload_level 0 + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: