Index: openacs-4/packages/acs-authentication/tcl/authority-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authority-procs.tcl,v diff -u -N -r1.29.2.1 -r1.29.2.2 --- openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 18 Aug 2015 12:22:04 -0000 1.29.2.1 +++ openacs-4/packages/acs-authentication/tcl/authority-procs.tcl 10 Sep 2015 08:21:12 -0000 1.29.2.2 @@ -562,3 +562,9 @@ } { return [auth::authority::get_id -short_name "local"] } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: