indentation bugfix and fix related warnings
authorD Herring <dherring@at.tentpost.dot.com>
Mon, 7 Nov 2011 05:38:54 +0000 (00:38 -0500)
committerD Herring <dherring@at.tentpost.dot.com>
Mon, 7 Nov 2011 05:38:54 +0000 (00:38 -0500)
commite85fd729335dca418edcf1e19a6721727b066574
tree10c1ed7852328f839fdc9cd98c05b23003d66a1f
parente94c1b5f38172e57f3cd462ebb15e7b998caf6ab
indentation bugfix and fix related warnings

Eduardo Costa reported the error when indenting a form like
(defvar test
  '( asdf ; note space after left paren
;ltk error on this line

Basic idea is to make the tokenizer skip leading whitespace.
Probably only slightly more robust than the previous code.
main.lisp
utils.lisp