projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47e85da
)
Fix a warning due to not preloading facemenu.el
author
Stefan Kangas
<stefan@marxist.se>
Fri, 19 Mar 2021 01:12:01 +0000
(
02:12
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Fri, 19 Mar 2021 01:12:01 +0000
(
02:12
+0100)
* test/src/undo-tests.el (facemenu): Require.
test/src/undo-tests.el
patch
|
blob
|
history
diff --git
a/test/src/undo-tests.el
b/test/src/undo-tests.el
index 743209fdac9982965f82df9e40ccf179653c140b..a658bccf6dc2588252ab999946d3bfc27924d623 100644
(file)
--- 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]."