diff options
| author | Andrea Corallo | 2021-03-19 15:28:00 +0100 |
|---|---|---|
| committer | Andrea Corallo | 2021-03-19 15:28:00 +0100 |
| commit | 6ca6c71cd0bf8fc970d9b1477ea61a670469f672 (patch) | |
| tree | 98876b3f80794a8aad43293fbe005102e26e94f9 /test/src | |
| parent | b3ad62f8a35617366886be2a86e8641282824adf (diff) | |
| parent | 3af2cee64b86e4ce59adb8e8720d92db35039cbc (diff) | |
| download | emacs-6ca6c71cd0bf8fc970d9b1477ea61a670469f672.tar.gz emacs-6ca6c71cd0bf8fc970d9b1477ea61a670469f672.zip | |
Merge remote-tracking branch 'savannah/master' into native-comp
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) |