branch: externals/matlab-mode
commit 73f89c71a8c65c4ec576878dd166a3cf9e5c3ae5
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    t-utils.el: add comments about indent line-by-line
---
 tests/t-utils.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/t-utils.el b/tests/t-utils.el
index 29a60c2e13..8aec19dd0d 100644
--- a/tests/t-utils.el
+++ b/tests/t-utils.el
@@ -1277,6 +1277,8 @@ To debug a specific indent test file
             (when unindented-error-msg
               (push unindented-error-msg error-msgs)))
 
+          ;; Indent line-by-line if lang-file does not contain:
+          ;;    t-utils-test-indent: no-line-by-line-indent - <reason>
           (when do-line-by-line-indent
             (let ((skip-typing-file (replace-regexp-in-string "\\.[^.]\\'" 
".skip.typing.txt"
                                                               lang-file)))

Reply via email to