diff options
Diffstat (limited to 'lisp/modules/indent.lsp')
-rw-r--r-- | lisp/modules/indent.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/modules/indent.lsp b/lisp/modules/indent.lsp index 6fd32a9..1ba8b72 100644 --- a/lisp/modules/indent.lsp +++ b/lisp/modules/indent.lsp @@ -1038,6 +1038,12 @@ ;; Initial input already read (go :ind-loop) + ;; Just to avoid a warning about unused variable, as this + ;; variable is somewhat redundant as code should already + ;; know before entering indent parser, but useful inside + ;; indent macros. + *ind-point* + ;------------------------------------------------------------------------ ; Read a text line :ind-read |