Skip to content
  • D Herring's avatar
    indentation bugfix and fix related warnings · e85fd729
    D Herring authored
    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.
    e85fd729