From: Jackson Ray Hamilton Date: Tue, 3 May 2016 03:42:46 +0000 (-0700) Subject: Fix improperly prepared test. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/a9b988e71580169643cb2ea023cf0bb71e763853 Fix improperly prepared test. --- 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