summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-03-19 02:12:01 +0100
committerStefan Kangas <stefan@marxist.se>2021-03-19 02:12:01 +0100
commit0a305dffb8ff9e2513937b4fe75539038769dfc4 (patch)
treed3c2dc350bde32aae8ec1781a12b0f9e3a1d478c
parent47e85dae330447802391334927f7b0f28e485ec0 (diff)
downloademacs-0a305dffb8ff9e2513937b4fe75539038769dfc4.tar.gz
Fix a warning due to not preloading facemenu.el
* test/src/undo-tests.el (facemenu): Require.
-rw-r--r--test/src/undo-tests.el1
1 files changed, 1 insertions, 0 deletions
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]."