From 869b3efe1e4b72b060d1eb495e17f28008bcbeaf Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 18 Mar 2021 09:22:28 +0100 Subject: [PATCH] Fix breaking undo-test --- test/src/undo-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/undo-tests.el b/test/src/undo-tests.el index 055bf102dfc..743209fdac9 100644 --- a/test/src/undo-tests.el +++ b/test/src/undo-tests.el @@ -87,6 +87,7 @@ (ert-deftest undo-test1 () "Test undo of \\[undo] command (redo)." + (require 'facemenu) (with-temp-buffer (buffer-enable-undo) (undo-boundary) -- 2.39.2