From 0a305dffb8ff9e2513937b4fe75539038769dfc4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Fri, 19 Mar 2021 02:12:01 +0100 Subject: [PATCH] Fix a warning due to not preloading facemenu.el * test/src/undo-tests.el (facemenu): Require. --- 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 743209fdac9..a658bccf6dc 100644 --- a/test/src/undo-tests.el +++ b/test/src/undo-tests.el @@ -46,6 +46,7 @@ ;;; Code: (require 'ert) +(require 'facemenu) (ert-deftest undo-test0 () "Test basics of \\[undo]." -- 2.39.5