Fix SAVE-INPUT
authorHelmut Eller <eller.helmut@gmail.com>
Mon, 2 Jan 2017 06:38:54 +0000 (07:38 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Mon, 2 Jan 2017 06:38:54 +0000 (07:38 +0100)
commit95b5d453dd30797d912e6e6a43c3eb684fd59d39
tree9fb903527af3f3e5a1b9817dccd10ba74d23764b
parent4162242c136abe5707aeefbe3f884f561b73dd42
Fix SAVE-INPUT

The test in t_file.fth uncovered a problem with RESTORE-COLUMN.  Fix
that.  Also, upcase some things according to style guide.

* fth/save-input.fth (RESTORE-COLUMN): Fix off-by-one bug.
fth/save-input.fth