Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • chiles's avatar
    f586c65a
    · f586c65a
    chiles authored
    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.
    f586c65a
    History
    chiles authored
    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.