From: Stefan Kangas Date: Fri, 19 Mar 2021 01:12:01 +0000 (+0100) Subject: Fix a warning due to not preloading facemenu.el X-Git-Tag: emacs-28.0.90~3216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0a305dffb8ff9e2513937b4fe75539038769dfc4;p=emacs.git Fix a warning due to not preloading facemenu.el * test/src/undo-tests.el (facemenu): Require. --- 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]."