]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a warning due to not preloading facemenu.el
authorStefan Kangas <stefan@marxist.se>
Fri, 19 Mar 2021 01:12:01 +0000 (02:12 +0100)
committerStefan 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

index 743209fdac9982965f82df9e40ccf179653c140b..a658bccf6dc2588252ab999946d3bfc27924d623 100644 (file)
@@ -46,6 +46,7 @@
 ;;; Code:
 
 (require 'ert)
+(require 'facemenu)
 
 (ert-deftest undo-test0 ()
   "Test basics of \\[undo]."