diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/undo-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/src/undo-tests.el b/test/src/undo-tests.el index 055bf102dfc..a658bccf6dc 100644 --- a/test/src/undo-tests.el +++ b/test/src/undo-tests.el | |||
| @@ -46,6 +46,7 @@ | |||
| 46 | ;;; Code: | 46 | ;;; Code: |
| 47 | 47 | ||
| 48 | (require 'ert) | 48 | (require 'ert) |
| 49 | (require 'facemenu) | ||
| 49 | 50 | ||
| 50 | (ert-deftest undo-test0 () | 51 | (ert-deftest undo-test0 () |
| 51 | "Test basics of \\[undo]." | 52 | "Test basics of \\[undo]." |
| @@ -87,6 +88,7 @@ | |||
| 87 | 88 | ||
| 88 | (ert-deftest undo-test1 () | 89 | (ert-deftest undo-test1 () |
| 89 | "Test undo of \\[undo] command (redo)." | 90 | "Test undo of \\[undo] command (redo)." |
| 91 | (require 'facemenu) | ||
| 90 | (with-temp-buffer | 92 | (with-temp-buffer |
| 91 | (buffer-enable-undo) | 93 | (buffer-enable-undo) |
| 92 | (undo-boundary) | 94 | (undo-boundary) |