branch: master
commit a9b988e71580169643cb2ea023cf0bb71e763853
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Fix improperly prepared test.
---
 test/context-coloring-test.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/context-coloring-test.el b/test/context-coloring-test.el
index 559128a..08684da 100644
--- a/test/context-coloring-test.el
+++ b/test/context-coloring-test.el
@@ -881,7 +881,7 @@ nnnn nn")))
           ;; the minibuffer's contents.  The contents are implicitly submitted,
           ;; so we have to ignore the errors in the arbitrary test subject 
code.
           (insert "(ignore-errors (let (a) (message a free)))")
-          (context-coloring-colorize)
+          (context-coloring-mode)
           (context-coloring-test-assert-coloring "
 xxxx: 0000000-000000 1111 111 11111111 1 0000110"))
       ;; Simulate user input because `call-interactively' is blocking and

Reply via email to