Index: openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl,v diff -u -r1.25 -r1.26 --- openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 25 Apr 2018 19:23:26 -0000 1.25 +++ openacs-4/packages/acs-templating/tcl/spellcheck-procs.tcl 9 May 2018 15:33:29 -0000 1.26 @@ -142,7 +142,7 @@ } { set sorted_list [lsort -dictionary $the_list] - set new_list {} + set new_list [list] set old_element "XXinitial_conditionXX" foreach list_element $sorted_list { @@ -277,7 +277,7 @@ upvar $error_num_ref error_num set error_num 0 - set errors {} + set errors [list] set processed_text ""