branch: externals/matlab-mode
commit e927e6b7e7431810b3f3296125cb305750a6494c
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>

    t-utils: fix typo t-utils-ts-parse-tree-number-face => 
t-utils-ts-parse-tree-points-face
---
 tests/t-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/t-utils.el b/tests/t-utils.el
index daa29e1b32..953f466c8d 100644
--- a/tests/t-utils.el
+++ b/tests/t-utils.el
@@ -3035,7 +3035,7 @@ places a box around the text if that font is available."
               (code-buf-pt-end (string-to-number (match-string 3))))
           (make-button pt-start
                        pt-end
-                       'face 't-utils-ts-parse-tree-number-face
+                       'face 't-utils-ts-parse-tree-points-face
                        'action
                        (lambda (button)
                          (ignore button)

Reply via email to