From a9b988e71580169643cb2ea023cf0bb71e763853 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Mon, 2 May 2016 20:42:46 -0700 Subject: [PATCH] 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 559128af2..08684da91 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 -- 2.39.2