aboutsummaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-03-18 09:22:28 +0100
committerLars Ingebrigtsen2021-03-18 09:22:28 +0100
commit869b3efe1e4b72b060d1eb495e17f28008bcbeaf (patch)
treeda82b80eea975bc92b776958e2c6253117bc26b7 /test/src
parent790259f01a62c2b09385aa58a84198ea378ba83d (diff)
downloademacs-869b3efe1e4b72b060d1eb495e17f28008bcbeaf.tar.gz
emacs-869b3efe1e4b72b060d1eb495e17f28008bcbeaf.zip
Fix breaking undo-test
Diffstat (limited to 'test/src')
-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 055bf102dfc..743209fdac9 100644
--- a/test/src/undo-tests.el
+++ b/test/src/undo-tests.el
@@ -87,6 +87,7 @@
87 87
88(ert-deftest undo-test1 () 88(ert-deftest undo-test1 ()
89 "Test undo of \\[undo] command (redo)." 89 "Test undo of \\[undo] command (redo)."
90 (require 'facemenu)
90 (with-temp-buffer 91 (with-temp-buffer
91 (buffer-enable-undo) 92 (buffer-enable-undo)
92 (undo-boundary) 93 (undo-boundary)