-
- Downloads
Modified LISP-GENERIC-INDENTATION to check if the mark in was in a string context. If it is, then we return the column one greater than the opening double quote. Otherwise, we use the first preceding non-blank line's indentation. This fixes the problem with doc strings and ERROR strings which got indented respectively at the beginning of the line and under the paren for the ERROR call.
Please register or sign in to comment